|
|
|
|
ScrollbarHorizontal Property, SftTree Class |
Defines the display of the horizontal scroll bar.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property ScrollbarHorizontal As ScrollStyleEnum |
C# |
public ScrollStyleEnum ScrollbarHorizontal { get; set; } |
C++ |
public: property ScrollStyleEnum ScrollbarHorizontal { |
Property Value
The display of the horizontal 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 ScrollbarHorizontal property defines the display of the horizontal scroll bar.