This question is locked. New answers and comments are not allowed.
Hi,
I am using Docking control on my xaml page. I have a RadPane which is set to be docked right when page loads.
<RadSplitContainer Dock="DockedRight" Width="240">
<Items>
<RadPaneGroup>
<Items>
<RadPane SerializationTag="pane1" IsPinned="True" IsDockable="True" Header="pane1" CanUserClose="False" />
</Items>
</RadPaneGroup>
</Items>
</RadSplitContainer>
After pageload, I tried to undock this Pane. When I tried to dock it back the content of this pane disappeared. if I undock it again, I can see the content but when dock it back it disappears.
Can someone help me with this issue?
Thanks
I am using Docking control on my xaml page. I have a RadPane which is set to be docked right when page loads.
<RadSplitContainer Dock="DockedRight" Width="240">
<Items>
<RadPaneGroup>
<Items>
<RadPane SerializationTag="pane1" IsPinned="True" IsDockable="True" Header="pane1" CanUserClose="False" />
</Items>
</RadPaneGroup>
</Items>
</RadSplitContainer>
After pageload, I tried to undock this Pane. When I tried to dock it back the content of this pane disappeared. if I undock it again, I can see the content but when dock it back it disappears.
Can someone help me with this issue?
Thanks