AxpDataGrid

AxpDataGrid.Scroll Property

Enable scrollable grid

[Visual Basic]
Public Property Scroll As ScrollType
[C#]
public ScrollType Scroll {get; set;}

Remarks

Alter the default ScrollHeight if needed.
Cell column widths must be set. (Use GridCellWidhts or the AxpDataGrid.GridColumns collection)
Grid column headers wider than the cell width will be truncated, but this does not work on Netscape/Mozilla type browsers so make sure to allow for enough space. You can also alter the grid column header names to make them shorter if needed.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace