Hi,
I need to use in my project a Treeview in hidding Pane, when i use it with DocumentHost the Pane don't hide after lost focus.
All controls on the page must be dockable?
Thank you,
I need to use in my project a Treeview in hidding Pane, when i use it with DocumentHost the Pane don't hide after lost focus.
<telerikDocking:RadDocking d:LayoutOverrides="Width"> <telerikDocking:RadDocking.DocumentHost> <Grid Name="NotDockable" Background="Black" Height="340"> <TextBlock Foreground="Aquamarine"> lalalalaaallal </TextBlock> </Grid> </telerikDocking:RadDocking.DocumentHost> <telerikDocking:RadSplitContainer> <telerikDocking:RadPaneGroup> <telerikDocking:RadPane Header="Pane 1" CanUserClose="False" CanFloat="False" CanDockInDocumentHost="False" /> </telerikDocking:RadPaneGroup> </telerikDocking:RadSplitContainer> </telerikDocking:RadDocking>All controls on the page must be dockable?
Thank you,