In Visual Studio 2008 - Visual Basic:
I have a datagridview that always has three rows.
When the user uses the down arrow key to move into the bottom row, the datagridview scrolls up one row, hiding the top row and shows empty space under the botton row.
How do I stop this behavior and always have all three rows visible?
I have a datagridview that always has three rows.
When the user uses the down arrow key to move into the bottom row, the datagridview scrolls up one row, hiding the top row and shows empty space under the botton row.
How do I stop this behavior and always have all three rows visible?