|
|
|
|
ScrollbarVertical Property, SftTree Class |
Defines the display of the vertical scroll bar.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property ScrollbarVertical As ScrollStyleEnum |
C# |
public ScrollStyleEnum ScrollbarVertical { get; set; } |
C++ |
public: property ScrollStyleEnum ScrollbarVertical { |
Property Value
The display of the vertical scroll bar.
Value |
Description |
|
0 | The scroll bar is always visible. If scrolling is not possible, the scroll bar is grayed. | |
1 | The scroll bar is only visible if scrolling is possible. If scrolling is not possible, the scroll bar is hidden. | |
2 | The scroll bar is never visible even if scrolling is possible. |
The default value is ScrollStyleEnum.Visible.
Comments
The ScrollbarVertical property defines the display of the vertical scroll bar.