/
gd.visiblerows
gd.visiblerows
specify how many rows a grid should contain
Class | Grid Display |
---|---|
Property | gd.visiblerows |
Formal specification | gd.visiblerows= <number> | auto |
Required | no |
Default | |
Version | 1.0 / auto introduced in 1.4 |
Comment | Use visiblerows to size the height of the grid, expressed in number of rows.
|
Example | To show a grid which has minimal 2 rows, but can expand to 10, use following properties gd.visiblerows=auto
gd.minDisplayRowCount=2
gd.maxDisplayRowCount=10
|
Reference |