/
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 |
, multiple selections available,
Related content
gd.minDisplayRowCount
gd.minDisplayRowCount
More like this
gd.maxDisplayRowHeight
gd.maxDisplayRowHeight
More like this
gd.maxDisplayGridHeight
gd.maxDisplayGridHeight
More like this
gd.maxDisplayRowCount
gd.maxDisplayRowCount
More like this
gd.minDisplayRowHeight
gd.minDisplayRowHeight
More like this
gd.minDisplayGridHeight
gd.minDisplayGridHeight
More like this