A friend of mine is trying to open a combobox programmatically right after the form shows.
Actually, i dont know if there’s a way to open a combobox that way, because in WinForms, we can use the
combobox.DroppedDown = true
and the magic is done.
Is there a way to do the same using mobile framework?
Thanks
CF doesn’t have a Shown event. You should be able to simulate it by using the form’s BeginInvoke() method, like this: