MobileForms Toolkit Documentation

AdvancedComboBox.ListGridLines Property

Gets or sets whether to display gridlines.

public bool ListGridLines {get; set;}

Property Value

true to display gridlines, false otherwise.

Remarks

Gridlines are the separating lines between the diplayed items with height of 1 pixel. Color of gridlines is determined by the ListGridColor property. You can use the SeparatorCell instead of gridlines, or if you want gridlines for some rows only.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace