Hi David,
When a pane goes floating, it is placed in a ToolWindow. There could be only one pane in this toolwindow, but the user could dock more than one pane and then RadPane.SizeChangedEvent won't help, too. This is the reason I would suggest using the ToolWindow.SizeChangedEvent. Here is how you could handle the event:
- Handle the RadDocking.PaneStateChanedEvent
- If the RadPane(the RadRoutedEventArgs.OriginalSource) is floating, get the parent toolwindow and handle the SizeChanged event. Please, refer to the code snippet below:
Regards,
George
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>