点击或拖拽改变大小

ScrollBarVisibility 枚举

[缺少 "T:CPF.Controls.ScrollBarVisibility" 的 <summary> 文档]

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public enum ScrollBarVisibility
成员
  成员名称说明
Disabled0 No scrollbars and no scrolling in this dimension.
Auto1 The scrollbar should be visible only if there is more content than fits in the viewport.
Hidden2 The scrollbar should never be visible. No space should ever be reserved for the scrollbar.
Visible3 The scrollbar should always be visible. Space should always be reserved for the scrollbar.
参见