MobileForms Toolkit Documentation

AdvancedTree.ShowHeader Property

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

public bool ShowHeader {get; set;}

Property Value

true if the Header is displayed, false otherwise

Remarks

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

See Also

AdvancedTree Class | Resco.Controls.AdvancedTree Namespace