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

Wrong order of NewTabHost initialization #251

Open
danielklecha opened this issue Mar 30, 2021 · 0 comments
Open

Wrong order of NewTabHost initialization #251

danielklecha opened this issue Mar 30, 2021 · 0 comments

Comments

@danielklecha
Copy link

Hi!

Great project :)
I use ReactiveUI and in that project bindings happen after view is activated.
Because of that ItemsSource is not set when drag tab and drop in right corner.
I think that Layout.cs must be updated to handle that.
Lines 976-979 should be reordered:

newTabHost.Container.Show();
newTabHost.Container.Activate();
newTabHost.TabablzControl.AddToSource(content);
newTabHost.TabablzControl.SelectedItem = content;
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

1 participant