I have faced a problem.
Lets say the mouse pointer (unintentionally or randomly) currently is positioned over the dropdown area of a combobox. the combobox's autoexpand property is set to true and i get the combobox to dropdown when the user presses anything on the keyboard.
Now if the combobox's contents are
A
B
C
and the user types A then the first row shoule be highlighted but instead if the mouse pointer is on the 3rd row the 3rd row is highlighted which creates a confusion to the end user.
So, i think that shifting the mouse pointer to some free area should be a solution and want to know the command for it.
Thank You.
Lets say the mouse pointer (unintentionally or randomly) currently is positioned over the dropdown area of a combobox. the combobox's autoexpand property is set to true and i get the combobox to dropdown when the user presses anything on the keyboard.
Now if the combobox's contents are
A
B
C
and the user types A then the first row shoule be highlighted but instead if the mouse pointer is on the 3rd row the 3rd row is highlighted which creates a confusion to the end user.
So, i think that shifting the mouse pointer to some free area should be a solution and want to know the command for it.
Thank You.