Hi Igor
I am designing a 'system event' form. Each event is a row in the grid. I only want to show the last 10 or so rows so I don't need the scroll bar. When I add a row, I need to know if it is going to appear off the bottom of the grid and the scroll bar is displayed.
I have used .sys to calculate the size of the row area and the height of the rows. As soon as the number or rows * row height is larger, I delete the last row
Works fine
thanks