Greetings.
I have a form with a tabControl that contains many textboxes (about 80-100). Whenever the tab page is selected/activated the focus goes to somehwere down below.
I want to be able to set focus on the very top/first textbox so I tried txtBox1.setFocus on TabControl change event. However, there's a 2-3 seconds flickering that twitches my eyes (which is annoying) because a predefined setfocus was set in one of the textboxes at the very bottom.. but then it also focuses back on the txtBox1.
Is there somewhere in the properties that I need to correct in order to avoid this auto focus when a tabPage is activated? Possibly textbox tab Index?
I have a form with a tabControl that contains many textboxes (about 80-100). Whenever the tab page is selected/activated the focus goes to somehwere down below.
I want to be able to set focus on the very top/first textbox so I tried txtBox1.setFocus on TabControl change event. However, there's a 2-3 seconds flickering that twitches my eyes (which is annoying) because a predefined setfocus was set in one of the textboxes at the very bottom.. but then it also focuses back on the txtBox1.
Is there somewhere in the properties that I need to correct in order to avoid this auto focus when a tabPage is activated? Possibly textbox tab Index?