TcxvgOptionsView.AutoScaleBands Property
Specifies if the band fills the width of all client area of the grid control.
Declaration
property AutoScaleBands: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
When working in a band view layout (the value of the TcxVirtualVerticalGrid.LayoutStyle property is lsBandsView) this property specifies the band width adjusting within the grid control. If the value of this property is True the grid control automatically adjusts the band’s width to the width of the control client area.
Note
the AutoScaleBands option affects cell auto-height adjustment (which can be enabled via the control’s OptionsView.CellAutoHeight option).
The default value of the AutoScaleBands property is True.
See Also