MobileForms Toolkit Documentation

AdvancedList.ShowHeader Property

Gets or sets whether the header row is shown in the top of the control.

public bool ShowHeader {get; set;}

Property Value

true if the HeaderRow is displayed, false otherwise

Remarks

Default value is false, the header is not displayed. Header does not scroll with the rest of the rows and does not support selection. Clicking the Cell in header row generates special HeaderClick event.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace