TcxvgOptionsBehavior.BandSizing Property
Specifies the band resizing availability.
Declaration
property BandSizing: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
When in a band view layout (the value of the TcxVirtualVerticalGrid.LayoutStyle property is lsBandsView) if the band doesn’t occupy all the width of the grid control’s client area (the value of the TcxvgOptionsView.AutoScaleBands property is False) the BandSizing property specifies whether the user can change the band’s width.
If the value of the BandSizing is True the user can drag the right edge of the band to resize the band’s width.
Note
if the value of the TcxVirtualVerticalGrid.LayoutStyle property is lsMultiRecordView and the value of the BandSizing property is True the user can drag the right edge of the first data column to resize the width of all data columns in the grid. The user cannot resize the data columns width less than specified by the TcxvgOptionsView.ValueMinWidth property.
The default value of the BandSizing property is True.