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

MDI: New added floating item will not show at the front. #272

Open
GanterFengDavid opened this issue Aug 2, 2022 · 0 comments
Open

MDI: New added floating item will not show at the front. #272

GanterFengDavid opened this issue Aug 2, 2022 · 0 comments

Comments

@GanterFengDavid
Copy link

Xaml:

<dockablz:Layout 
    x:Name="MdiLayout"
    FloatingItemHeaderMemberPath="Header"
    FloatingItemDisplayMemberPath="Page"
/>

There is one floating item in the MDI container, and have been clicked to focus on. If I add new item with the following code:

MdiLayout.FloatingItems.Add(node);

the new item will show behind the previous item.

This is very annoying.

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