Property HideVertScrollbar
HideVertScrollbar
Gets or sets a value indicating whether vertical scrollbar is hidden in the control.
bool HideVertScrollbar { get; set; }
Property Value
- bool
true if vertical scrollbar is hidden; false, if vertical scrollbar is shown. The default is false.
Remarks
This property is for multiline controls only. Hidden vertical scrollbar limits the amount of text which can be entered into the control to what can be displayed in it under Windows but not under Linux. Currently not implemented for the other platforms.