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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top