PanelScrollTo 方法 (Single, Single, Boolean) |
滚动到指定位置
命名空间:
Swebui.Controls
程序集:
Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.133.17134+2c49d126d464232ac9a5157f96561862d8e39182
语法public void ScrollTo(
float x,
float y,
bool animation = true
)
Public Sub ScrollTo (
x As Single,
y As Single,
Optional animation As Boolean = true
)
参数
- x
- 类型:SystemSingle
X坐标 - y
- 类型:SystemSingle
Y坐标 - animation (Optional)
- 类型:SystemBoolean
是否显示动画效果
参见