Combo box is not expanding when TAB is combobox
-
Hi, I have 2 buttons in a window and a combo box which contains 3 items in it. When TAB is pressed and is on Combo box, its items are not expanding or dropping down. It just focus on the combo box and we have to use down arrow to select items. But what I want is when TAB is pressed and is focussed on Combo, its items should drop down.Which property I should use? Many thanks
-
Hi, I have 2 buttons in a window and a combo box which contains 3 items in it. When TAB is pressed and is on Combo box, its items are not expanding or dropping down. It just focus on the combo box and we have to use down arrow to select items. But what I want is when TAB is pressed and is focussed on Combo, its items should drop down.Which property I should use? Many thanks
Add an event handler for GotFocus and then find the method for Open() or Expand() or whatever it is to show the list.