DesktopListBox.GridLineStyles
From Xojo Documentation
Enumeration
Used to indicate if gridlines should appear vertically and/or horizontally or not at all.
Values
Enum | Description |
---|---|
None | No gridlines. This is the default. |
Horizontal | Horizontal gridlines only. |
Vertical | Vertical gridlines only. |
Both | Both horizontal and vertical gridlines. |