ComponentOne InputPanel for UWP
Keyboard Navigation
Features > Keyboard Navigation

InputPanel provides keyboard support that can be used to navigate through the records. The keyboard navigation keys can replace the use of mouse by allowing you to edit and navigate through the records. The keys and their corresponding actions are listed below:

Keys Actions
Left key  (←) Navigates to the previous item.
Right key  (→) Navigates to the next items.
Ctrl + Home / Ctrl + Left key Moves the current item to the first position.
Ctrl + End / Ctrl + Right key Moves the current item to the last position.
Insert Adds a new record.
Enter Commits the edit operation.
Escape Cancels the edit operation.
Delete Deletes the current record.
See Also