Page 1 of 1

tab stop order of controls

Posted: 06 Aug 2015, 10:52
by mathfranz
Is there any way to change the tab stop order of controls in Design Forms Builder and how can I exclude controls from tab stop chain (there are some controls like GroupBoxes I don't want in tab stop chain)?

Thanks

Re: tab stop order of controls

Posted: 08 Sep 2015, 05:53
by mathfranz
no suggestions?

Re: tab stop order of controls

Posted: 09 Sep 2015, 07:39
by PetrS
Sorry for long delay.


TabStop is windows native property. Each control in window application has TabStopOrder, it can not be ommited.
Read more here: urlhttp://visualcsharptutorials.com/windows-forms/tabindex-property/url

There is a new button in DialogBuilder which helps you to assign TabOrder automatically, according to Y-position of control.

attachment=0
DialogBuilder.jpg
DialogBuilder.jpg (60.89 KiB) Viewed 4888 times
/attachment