-
Notifications
You must be signed in to change notification settings - Fork 321
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
ActiveContent not stable #165
Comments
Fixed in my pull request @Dirkster99 |
@ice1e0 can you please confirm whether this issue is solved with the current master branch? |
I find that in the code gives any changed abount ActiveContect,I add more judgment to reslove that |
👍 works |
Thanks for the feedback - the resolution will soon be available with the next release :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I bind to ActiveContent, it seems like something is not stable at some circumstances:
I have the following layout:
When I add an page to 'DocumentPages', I get three times an update of 'ActiveContent' that the added page is now my new page. (This is not an huge issue; it's just a bit confusing and I had this already using the Xceed AvalonDock in Version 3.5.7).
The issue comes in two other steps:
Maybe I misunderstand the 'ActiveContent' property. What I really need is a property giving me the current active document of the 'DocumentPages' (DocumentsSource); so, something like 'SelectedDocument' would just make it for me.
Btw; I am using Dirkster.AvalonDock in Version 4.20.0 in a .NET Core 3.1 app, recently upgraded from an old 3.5.7 version ...
The text was updated successfully, but these errors were encountered: