ListBox.Borders

From Xojo Documentation

Enumeration
ListBox.Borders

New in 2019r2

Specifies all possible border-styles types for cells.

Values

Enum Description
Default The type of border unless otherwise specified. Default is None.
None No border line is drawn.
ThinDotted A thin, dotted line.
ThinSolid A thin, solid line.
ThickSolid A thick, solid line.
DoubleThinSolid Two thin, solid lines.