Hi All,
I have a small grid, 4-5 visual lines, to which I will add rows as input is being entered in fields, and records are updated in the database. I want to use the small grid to show a subset of the data entered and the 4-5 last records added.
How can I:
1. Avoid that the grid height changes as I add rows ? I want to stay with the fixed height as when I was designed. I have put the Scrool.style to ssAuto.
2. How do I make sure that the last row is always visible ? I mean, if there is 16 rows currently added to the grid, and only room for 4 to be visible, I will want my top row in the grid to be number 14. How can I do that ?
Regards
Soren