windowsforms-2466-controls-and-libraries-vertical-grid-layouts-single-record-view-layout.md
This topic describes the Single Record 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 single record view layout applied to it.
The features specific to this layout are listed below:
The single record view layout is generally used when only a single record needs to be displayed at a time and the number of fields to be displayed is quite small. For example:
If there are a large number of fields, it’s better to use the Bands View layout. If you need to provide an easy way of navigating through the records to your end-users, consider using the Multiple Records View layout.
See Also