DesktopListBox.GridLineStyles

From Xojo Documentation

Enumeration
DesktopListBox.GridLineStyles

New in 2021r3

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.