amithsid
11 years agoContributor
WPF Combobox
How to perform a ClickItem("text") action on a WPF Combobox, Instead of using Index?
- 11 years ago
Hi Amith,
Is Data Binding used in your control? At the moment, only accessing by index is possible for such controls.
Please refer to this post to learn the approach you can use.