TcxTreeListBand.FixedKind Property
In This Article
Specifies whether the band is involved in horizontal scrolling.
#Declaration
Delphi
property FixedKind: TcxTreeListBandFixedKind read; write; default tlbfNone;
#Property Value
Type | Default |
---|---|
Tcx |
tlbf |
#Remarks
Options include:
Value | Meaning |
---|---|
tlbf |
The band is not fixed. |
tlbf |
The band is fixed to the Tree |
tlbf |
The band is fixed to the Tree |
For more detailed information about fixed bands, refer to the Bands article.
The default value of the FixedKind property is tlbfNone.
See Also