I'm new in programming.
I don't know how to explain well!!.
How can i make my WinForms application understand the button location, for example imagine a number of buttons positioned and that one of them is select
button1- button2 -button3
button4-(button5)-button6
button7 -button8- button9
how can i press down on the keyboard and jump to (button8) and not to (button6), or press upkey and go from (button2). how can i make visual studio understand which button is up or down or left and right relative to the button that is selected?