windowsforms-2464-controls-and-libraries-vertical-grid-layouts-bands-view-layout.md
This topic describes the Bands View layout which is available in the Vertical Grid Control (VGridControl). For an overview of all the layouts that can be applied to the control, see the Layouts Overview topic.
The image below shows a VGridControl control with the Bands view layout applied to it.
The features specific to this layout are listed below:
The following list enumerates properties specific to this layout.
If the grid’s BaseOptionsView.AutoScaleBands property is set to true , bands will be resized (stretched or shrunk as appropriate) to exactly occupy the grid’s entire client region. Otherwise, if the total width of the bands exceeds that of the grid’s client region and the grid’s BaseOptionsView.AutoScaleBands property is set to false some of the bands will be outside the visible area.
If a band is partially visible, end-users can make it completely visible by clicking its data cells or by scrolling through the bands using the mouse wheel if the VGridOptionsBehavior.RecordsMouseWheel property is set to false. This property can be accessed via the grid’s VGridControlBase.OptionsBehavior property.
See Also