I have a form with a grid. There are many records in the corresponding table, so the grid is scrollable. Records adding allowed in the table, so there is additional line for adding records in the bottom of the table. The inconvenience is that to add an entry, you have to scroll down a long list.
How it could be changed from the user viewpoint:
- Move add entry line to the top of the table.
- Scroll the table to the bottom automatically on form load.
What is easier (more reallistic) ?
Any solutions are considered, including those that require programming and source code modification.