DataLudi Grid v.1 > Classes > DisplayOptions

Back  Forward

DisplayOptions.vscrollBar  property

Specify whether to display the vertical scrollbar in the Grid or not. 

If the value is false, the vertical scrollbar is not displaying inspite of displaying situation. And despites the value is true, the scrollbar is not displaying if the contents are overflowing. 

Defaults to true.

Getter
function vscrollBar(): Boolean
Setter
function setVscrollBar(value: Boolean)
See Also
hscrollBar
wheelEnabled
Examples
Display Options