Tab order with SP2

  • Thread starter Thread starter Peter B
  • Start date Start date
P

Peter B

I noticed that tabbing occurs for all controls and currently there is no way
of disabling this for controls you don't want in the tablist. Another
problem I haven't found a solution to is where to set the tab order?!? As it
is now, tabbing jumps all over the place :-( There is no tabindex property
as far as I can see... or did I miss that?

regards,

Peter

P.S. This article explains tabbing in SP2: http://tinyurl.com/33rle D.S.
 
The tab order is the control z-order. I think it's in the order that the
controls are added to the form (or the reverse of the order). You can alter
it by bringing a control to the front.
 
It's definitely sub-optimal in this SP... hopefully in the next release it
will be easy to set TabStop (Yes/No) and TabOrder at design-time.
 
Let's join, cross our arms and hope....


Chris Theorin said:
It's definitely sub-optimal in this SP... hopefully in the next release it
will be easy to set TabStop (Yes/No) and TabOrder at design-time.

As
 
Back
Top