Hi,
Drop down list in combobox takes time before closing(this problem only comes when the scroller thumb is moved) . For eg : Follow these steps
1) Open a combobox drop down list .
2) Scroll to some limit /Move the scroller thumb.
3) Do any operation which closes the List .
But my scroller first comes to initial position and then it closes ,I think this puts the time lag which I am talking about , the Combo Box I am working is derived from MS-ComboBox.
** If you think problem is not that what I am thinking please explain that too.
Thanks .
Problem is related to C# UI controls
Drop down list in combobox takes time before closing(this problem only comes when the scroller thumb is moved) . For eg : Follow these steps
1) Open a combobox drop down list .
2) Scroll to some limit /Move the scroller thumb.
3) Do any operation which closes the List .
But my scroller first comes to initial position and then it closes ,I think this puts the time lag which I am talking about , the Combo Box I am working is derived from MS-ComboBox.
** If you think problem is not that what I am thinking please explain that too.
Thanks .
Problem is related to C# UI controls
Comment