Quantcast
Channel: wpftoolkit Discussions Rss Feed
Viewing all articles
Browse latest Browse all 2157

New Post: AvalonDock AutoHidden Panel and Touch

$
0
0
When I have a panel that is in the AutoHidden state, the flyout does not respond to touch. Is there a solution to this? My current layout has a left side docked panel but after hitting the pin button it no longer responds to touch or pen commands. Here is my simple layout:
<!-- Avalon Dock -->
        <avalondock:DockingManager x:Name="dockManager">
            <avalondock:LayoutRoot>
                <avalondock:LayoutPanel Orientation="Horizontal">
                    <avalondock:LayoutAnchorablePane DockWidth="150">
                        <avalondock:LayoutAnchorable Title="Case Navigation">
                            <!-- Form Navigation -->
                            
                        </avalondock:LayoutAnchorable>
                        <avalondock:LayoutAnchorable Title="Other Stuff" CanClose="False" CanHide="False" >

                            <!-- Other Stuff Goes Here -->                            

                        </avalondock:LayoutAnchorable>
                    </avalondock:LayoutAnchorablePane>
                    <avalondock:LayoutDocumentPane x:Name="dockPane">
                        <avalondock:LayoutDocument x:Name="dkName" CanClose="False" CanFloat="False">

                            <!-- Document -->
                            
                        </avalondock:LayoutDocument>

                        <!-- can add new documents that will be tabbed as part of dockPane -->

                    </avalondock:LayoutDocumentPane>
                </avalondock:LayoutPanel>
            </avalondock:LayoutRoot>
        </avalondock:DockingManager>
Thanks for any help you can provide. Even direction on what element I should look at to modify would be useful!

Viewing all articles
Browse latest Browse all 2157

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>