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

Content disappears when LayoutAnchorable is pinned #1790

Open
alexeygritsenko opened this issue Dec 22, 2024 · 1 comment
Open

Content disappears when LayoutAnchorable is pinned #1790

alexeygritsenko opened this issue Dec 22, 2024 · 1 comment

Comments

@alexeygritsenko
Copy link

Hi, I can't figure out what's going on. When I pin a tab, its content stops being visible. If I unpin it again, then I can see the content again.
I made a quick gif video:
test2

Code of this layout:

<avalonDock:LayoutAnchorable ContentId="toolWindow2" Title="Code Explorer">
    <TreeView x:Name="TreeViewCodeExplorer">
        <TreeViewItem Header="MS SQL Server" />
        <TreeViewItem Header="MySQL" />
        <TreeViewItem Header="MongoDB" />
        <TreeViewItem Header="Postgres" />
    </TreeView>
</avalonDock:LayoutAnchorable>

Environment:

  • App: wpf .net 4.8
  • Extended.Wpf.Toolkit: 4.6.1
  • Visual Studio 2022
  • OS: Windows 10 Pro x64
@zhongruijia
Copy link

zhongruijia commented Dec 22, 2024 via email

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

2 participants