I have a flexgrid which I populate from a DB. The user has the ability to resize the grid to any height so the number of rows being shown can change dynamically. I am writing code for the PageUp and PageDown keys. I use a hook from http://vbaccelerator.nuwebhost.com/c...k/vbalhook.htm so I have to write code to capture these key strokes.
My problem is that I don't know how to get the number of rows shown at any given time. How do I do this?


Reply With Quote
