Add items to comboBox how dropdown list resized

M

mawenb

I have a comboBox. evevry time I selected an item in the comboBox, the
dropdownlist resized. It flashed before disapeared. In my code, I
handled the comboBox SelectionChangeSubmitted event, and in the event
handler, I cleared the items in comboBox and refill it.
Who knows why it flashed ? Is there a way to avoid this flash?
Thanks!
 
C

Chan Ming Man

I do not why you need to that event but I normally use SelectedIndexChanged
event.

chanmm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top