So I am building this application for touch screen - this is for data entry by technicians.
I am trying to make it simple and quick
To make navigating easier, I include some large command buttons on screen for navigating up/down in the data lists
However, one form has a treeview and I would like to reproduce the key presses from the arrow keys on the keyboard
eg have 4 x large command buttons up/down/left/right
That way the user can navigate the treeview including expanding and collapsing nodes
I am trying to avoid using as much as possible any keyboards that can be called up by the tablet for reasons of speed and simplicity for the user
I am trying to make it simple and quick
To make navigating easier, I include some large command buttons on screen for navigating up/down in the data lists
However, one form has a treeview and I would like to reproduce the key presses from the arrow keys on the keyboard
eg have 4 x large command buttons up/down/left/right
That way the user can navigate the treeview including expanding and collapsing nodes
I am trying to avoid using as much as possible any keyboards that can be called up by the tablet for reasons of speed and simplicity for the user