I generated a DockPane but some laptop users complained they are not able to see whole dockpane neither they can roll vertically to see the rest of the dockpane. There is a vertical scroll viewer shows up on catalog dockpane if content does not fit into it. I would like to utilize something like that.


On my dockpane I have list boxes mainly vs catalog pane has only tree view items but still there should be a way to do this
I tried a few things but I couldn't make it show up
<StackPanel x:Name="MainStackPanel" Background="WhiteSmoke"
ScrollViewer.CanContentScroll="True" ScrollViewer.VerticalScrollBarVisibility="Visible"
ScrollViewer.HorizontalScrollBarVisibility="Visible"
>
I would appreciate any help - Thanks