Hi there,
I'm developing an app using WPF and MVVM, as well as the latest version of RadControls for WPF. I have a RadTabControl that contains my views, bound to an IEnumerable, and everything is working perfectly. However, when I add a new view to the IEnumerable, I'd like to give it focus.
Is there anyway I can achieve this functionality? I can only access the views via the Items property, but not the TabItem associated.
Thanks in advance!
I'm developing an app using WPF and MVVM, as well as the latest version of RadControls for WPF. I have a RadTabControl that contains my views, bound to an IEnumerable, and everything is working perfectly. However, when I add a new view to the IEnumerable, I'd like to give it focus.
Is there anyway I can achieve this functionality? I can only access the views via the Items property, but not the TabItem associated.
Thanks in advance!