02-07-2012 02:33 PM
I have a table control which will always be 6 rows by 8 columns. I wish to prevent the display from scrolling which would display one or more blank lines at the end of the table.
I have tried turning off "Selection Scrolling" in the right-click menu and disabling "Show vertical scroll bar" under Properties - Appearance. However, even with both of these settings, if the user makes an entry in the last row and presses the Enter key, the table scrolls up one line and exposes a blank row at the bottom.
Is there any way to suppress this behavior?
Solved! Go to Solution.
02-07-2012 02:41 PM
02-07-2012 03:06 PM
Your suggested solution looks doable but is more complex that I had hoped (all scrolling OFF, for instance). I think the change-all-"Enter"-to-"Return" version is what I am looking for because users will be changing very few entries and I never want Enter to put the cursor on the next row.
Thanks for your quick response and pointing me to a thread rather than just your solution.