| | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: 07/09/2008 2:20:16 PM Posts: 436, Visits: 944 |
| I am using the inherited control ComboboxEdit (which is the DevExpress wrapped control), when I set the TopMostItem for this control it doesnt automatically set to it.
Any thoughts? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 1:09:23 PM Posts: 2,686, Visits: 1,888 |
| On a ComboBoxEdit control, you will need to handle the Load event of the form and set the SelectedIndex of the combo box to 0. This is just a result of the functionality of the DevExpress ComboBoxEdit... the control does not automatically select the top item and leaves it's selected index at -1 when the list is populated.
www.bungie.net |
| |
|
|