Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding tabs to tab panel at a specific position #109

Open
slavik118 opened this issue Jun 25, 2016 · 3 comments
Open

Adding tabs to tab panel at a specific position #109

slavik118 opened this issue Jun 25, 2016 · 3 comments

Comments

@slavik118
Copy link

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.

@ButchersBoy
Copy link
Owner

@slavik118
Copy link
Author

Thank a lot for prompt reply and greater details.

Well, at the end of the day I decided to add an extra method to the tab
control and it did the trick.

Thank you to clues.

On Mon, Jun 27, 2016 at 6:37 PM, James Willock notifications@github.com
wrote:

Have you looked at this method?

https://github.com/ButchersBoy/Dragablz/wiki/Adding-New-Tabs#2---tabablzcontroladditem


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#109 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AQdfxRllaVGhSjOzdu8t77RunFm7ZJuUks5qP-AZgaJpZM4I-T3c
.

@Chettra7
Copy link

Possible to drag only tab but navigate bar?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants