TcxvgOptionsView.AutoScaleBands Property
In This Article
Specifies if the band fills the width of all client area of the grid control.
#Declaration
Delphi
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 Auto
The default value of the AutoScaleBands property is True.
See Also