Skip to main content

TcxTreeListBand.FixedKind Property

Specifies whether the band is involved in horizontal scrolling.

Declaration

property FixedKind: TcxTreeListBandFixedKind read; write; default tlbfNone;

Property Value

Type Default
TcxTreeListBandFixedKind tlbfNone

Remarks

Options include:

Value Meaning
tlbfNone The band is not fixed.
tlbfLeft The band is fixed to the TreeList control’s left side.
tlbfRight The band is fixed to the TreeList control’s right side.

For more detailed information about fixed bands, refer to the Bands article.

The default value of the FixedKind property is tlbfNone.

See Also