Pergunta

I'm using Visual Studio 2010 and I was trying to put tab order to my textbox and combobox controls.

The controls are put inside a TableLayoutPanel and its very difficult to select tab order for the controls.

Is there any better way to set the tab order?

Without <code>Tab Order</code>

with 'Tab Order' key pressed

Foi útil?

Solução

Found a nice article on Automatic Runtime Tab Order Management for Windows Forms. This dll can be downloaded and imported for any application. It provides vertical and horizontal Tab Order. Works fine with me. :)

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top