|
|
|
|
ScrollStyleEnum Enumeration |
Defines the display of a scroll bar.
Syntax ScrollStyleEnum Enumeration (Softelvdm.SftTreeNET)
VB |
Public Enum ScrollStyleEnum |
C# |
public enum ScrollStyleEnum |
C++ |
public enum class ScrollStyleEnum |
Member |
Value |
Description |
Visible | 0 | The scroll bar is always visible. If scrolling is not possible, the scroll bar is grayed. |
Conditional | 1 | The scroll bar is only visible if scrolling is possible. If scrolling is not possible, the scroll bar is hidden. |
Hidden | 2 | The scroll bar is never visible even if scrolling is possible. |
Comments
The ScrollStyleEnum enumeration defines the display of a scroll bar.