I have installed SP2.
I have a screen with many Controls (setting some property values), one of
them being a ComboBox.
At some stage I should update the DataSource and SelectedItem of the
ComboBox (when the user change a setting with another Control)
the problem is even thought I change this 2 property one after the other, in
the same event handler, my combo flicker. when I set the DataSource it
redraws, then I set the SelectedItem it redraws again, which looks messy.
Is there a way to do that in a clean way, from the user point of view ?