This question is locked. New answers and comments are not allowed.
I have a RadComboBox on my form (RadForm) and if I show the ItemsList the form flickers.
all properties on default value
thanks
| // set datasource |
| cbTest.SuspendLayout(); |
| cbTest.DataSource = Enum.GetNames(typeof(ExportTypes)); |
| cbTest.SelectedIndex = 0; |
| cbTest.ResumeLayout(); |
all properties on default value
thanks