1、在Form中添加xtraScrollableControl控件。xtraScrollableControl控件的Location指的是其左上角顶点在Form中的位置。坐标系是这样的:以Form的左上角顶点为原点,水平向右为x轴,竖直向下为y轴。

2、在xtraScrollableControl控件动态生成labelControl的范例代码

3、特别说明:上述代码的最后一句,决定了labelControl控件是被添加到xtraScrollableControl控件中的。这样以来,System.Drawing.Point(0, 0)中的坐标,就是指该控件在xtraScrollableControl控件坐标系的位置了。

4、在xtraScrollableControl控件动态生成checkEdit的范例代码

5、在xtraScrollableControl控件动态生成checkEdit

6、在xtraScrollableControl控件动态生成spinEdit的范例代码

7、在xtraScrollableControl控件动态生成spinEdit

8、在xtraScrollableControl控件动态生成ButtonEdit的范例代码

9、在xtraScrollableControl控件动态生成ButtonEdit
