I'm currently working with a WPF application in which I need to select items from a tab control. I can't find any articles about the tab control. When I used the SelectionItemPattern it tells me that it doesn't support it.
I can find the tab control fine, however, I can't do anything with it. Treewalker return null when I use it. I just need a simple sample on how to use it since I can't find it in Microsoft documentation (e.g. select item from tab control and click it or select it.)
I'm at a loss for a lack of information on tab control and the info available seems to be old or misleading. Any pointers toward it is appreciated.
NR