Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxvgOptionsBehavior.BandSizing Property

Specifies the band resizing availability.

#Declaration

Delphi
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.

See Also