Fixed Band Separator
Vertical lines that separate fixed band contents from scrollable bands are called fixed band separators.
The table below lists the main properties that relate to fixed band separators.
Visibility | A band’s FixedKind property. |
---|---|
Appearance | The TreeList control’s OptionsView.FixedSeparatorColor property. |
Custom Draw Event | The TreeList control’s OnCustomDrawBandCell event. |
Size | The TreeList control’s OptionsView.FixedSeparatorWidth property. |
HitTest Information | The TreeList control’s HitTest.HitAtSeparator property. |
See Also