Domanda

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

È stato utile?

Soluzione

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. :)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top