Group: Forum Members
Last Active: 12 Years Ago
Posts: 127,
Visits: 1
|
NCB_Box.SelectedIndex = 0
For some reason I could not get default index value to the combobox. It just stay blank. All item were set in design mode.
I could do it if clear() first then add item programatically.
Cheers,
|
Group: Forum Members
Last Active: 12 Years Ago
Posts: 127,
Visits: 1
|
Sorry I meant for selected text not index.
CBBox.Text = "string" or .SelectedText = "string" it did not change default selection.
|
Group: Forum Members
Last Active: Last Month
Posts: 139,
Visits: 184
|
Hello JSW W., To be able to set SelectedText to some value you need NComboBox.Editable property to be true. Regards, Angel.
|