点击或拖拽改变大小

PanelScrollToBottom 方法

滚动到ScrollablePanel的底部

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public void ScrollToBottom(
	bool animation = true
)

参数

animation (Optional)
类型:SystemBoolean
是否显示动画效果,可选参数,默认为True
备注
仅在Panel的属性Scrollable设置为True生效
参见