|
|
|
|
By default, the ASPxGridView's height is determined by the number rows displayed within a page.
The maximum number of rows that can be displayed within a page is specified by the SettingsPager.PageSize property.
To reduce the grid's height, you can display its vertical scrollbar and specify the height of the scrollable area, in pixels. Simply set the following properties:
-
The scrollbar's visibility is specified by the Settings.ShowVerticalScrollBar property.
-
The scrollable area's height is specified by the Settings.VerticalScrollableHeight property.
|
 | Loading… |
|
|
|
|