DataLudi Grid v.1 > Classes > DisplayOptions

Back  Forward

DisplayOptions.hscrollBar  property

If true, displays the horizontal scrollbar of the Grid. 

If the value is false, the horizontal 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 hscrollBar(): Boolean
Setter
function setHscrollBar(value: Boolean)
See Also
vscrollBar
wheelEnabled
Examples
Hello Grid