Bands View Layout
The Bands View Layout is used when only one record is available at a time in the grid control. The record will be rearranged into bands to occupy all the client area of the grid control if the height of the grid control is insufficient to display the record entirely. This type of layout is useful if you want all a record’s fields to be visible in the grid control.
The following image displays the vertical grid in the bands view layout:
The list below describes properties that control the bands view layout:
The TcxvgOptionsView.AutoScaleBands property specifies if the band fills the width of all the client area of the grid control. If this property is set to True the band’s width is stretched to all of the control’s width.
The TcxvgOptionsView.BandsInterval property specifies spacing between bands in pixels.
The TcxvgOptionsBehavior.BandSizing property specifies if the user can change the band’s width by dragging the right edge of the band (the TcxvgOptionsView.AutoScaleBands property should be set to False). If this property is set to True the user can resize the band’s width.