WinForms, how to override/avoide the tab order for a bunch of
buttons/textboxes?
i have a panel with 4 textboxes (or buttons) in 2 comlumns (so 2 and 2)
i would like to scroll in the first column when i'm pressing arrow button
"down"
and go to the right column, the same row when i'm pressing button "right" or
"tab".
if i press "tab" second time selection should go left, to the same row (now
it is going one row below :-( )
so, i need a navigation similar to a datagrid with two columns. but without
going down when i press "tab" or "right"
thank you
serge