When you load values into the ComboBox (I have it set to dropdown combolistbox) the control loads with a -1 (blank) value.
It seems extremely easy to inherit this control and add a property called "Default Index" which attempts to select that index after loading the items collection.
Is there a property somewere I'm missing? This seems so basic of a need that I can't see MS going through 3 iterations of VS (i'm working with 2005 now) and still not addressing this.
If not, I'll have to custom control it.
Thanks
It seems extremely easy to inherit this control and add a property called "Default Index" which attempts to select that index after loading the items collection.
Is there a property somewere I'm missing? This seems so basic of a need that I can't see MS going through 3 iterations of VS (i'm working with 2005 now) and still not addressing this.
If not, I'll have to custom control it.
Thanks