You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've integrated your control to my wpf mvvm application. Everything is perfect. The only problem is I can't add a new tab at a specific position.
For example my tab panel looks like below:
Tab 1 Tab 2 Tab 5 Tab 7
I need to insert tab named Tab 3 at the position after Tab 3 like below
this.Items.Insert(2, item);
Everything is fine in the Items observablecollection, but the control is added to the second position.
Should I remake API to address this issue?
Another small issue. How can I navigate to a specific tab bu pressing a menu item.
Thank you iin advance and best regards.
The text was updated successfully, but these errors were encountered:
Hello,
I've integrated your control to my wpf mvvm application. Everything is perfect. The only problem is I can't add a new tab at a specific position.
For example my tab panel looks like below:
Tab 1 Tab 2 Tab 5 Tab 7
I need to insert tab named Tab 3 at the position after Tab 3 like below
this.Items.Insert(2, item);
Everything is fine in the Items observablecollection, but the control is added to the second position.
Should I remake API to address this issue?
Another small issue. How can I navigate to a specific tab bu pressing a menu item.
Thank you iin advance and best regards.
The text was updated successfully, but these errors were encountered: