TabIndex
value.TabIndex
is an int
. I don't know how you are managing to get the comma in there.OP is using "Tab Order" view in designer, it shows like that when controls are grouped in containers (like Panel). Each container has its own TabIndex series.As far as I know,TabIndex
is anint
. I don't know how you are managing to get the comma in there.
It's weird, the only TabStop = false is on my 42,8... And if I rearrange controls Tab Order any other way it still goes the same way as before... Like somehow it has this default Tab Order and no matter which order I set it's still the same.Don't see a reason it would skip 41,2 unless it has TabStop=false. (Tab Order view would still show its index)
TabIndex
properties to more sensible values and see what happens. If there really is an issue with a couple of controls, why not delete them and add new ones and see what happens then?