Forum Discussion

pallavi_joshi's avatar
15 years ago

ClickItem method not working for WPF Combox

In my application , in an window i have WPF combobox where i need to select a particular item in it. I have used ClickItem(index) method but it is not working. Could you suggest me some method.

2 Replies

  • Hi,



    Can you describe the problem you've faced in detail? Exactly, how is ClickItem 'not working'?
  • How to perform a ClickItem("text") action on a WPF Combobox, Instead of using Index?