How to determine the height of each row in logical pixels #885
Unanswered
graemep-nz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to be able to have the number of rows as passed to setPageSize so that there is no vertical scrollbar but have the maximum number of rows showing on the screen. e.g. so if there is room for five rows and no more, then 5 gets passed to setPageSize and when the user goes to the second page he sees rows 6 to 10 etc. For this I need to know the height of each row in logical pixels. Is this information available somewhere or is there any way to do this?
Beta Was this translation helpful? Give feedback.
All reactions