Hello,
I have a ultraGrid on my APP and I need to limit the visible rows. I want to my grid only shows 3 rows and beyond the user needs to scroll down.
Can I do this?
Thank you.
Best regards,
Maria
Hi Maria,
By default, yes, although this can be changed using certain properties like RowSizing.
Determining the exact required height of the grid will be a bit tricky. There are a huge range of factors involved. The rows in your grid may overlap by a pixel, so you might have to account for that. You will also need to account for the grid header (if you are displaying it), band, group, and column headers, as well as the scrollbars, and the grid's borders.
A row's height has always the same value?
Thanks.
The only way to do this would be to adjust the height of the grid such that only three rows fit.
There's no built-in way to make the grid only show three rows.