RadSplitContainer SizeChanged event does not Fire after loading layout. i used Serialization tag for every documnet pane but when i reload the XML through RadDocking.Loadlayout then size changed event does not fire of RadSplitContiner.
1 Answer, 1 is accepted
0
Miroslav Nedyalkov
Telerik team
answered on 02 Jun 2010, 03:32 PM
Hello Deepak,
All the elements that doesn't have SerializationTag set is recreated. What I guess is that the split container you are listening for SizeChanged is recreated as well and because of this the event is not fired. Would you try setting the SerializationTag to the SplitContainer or listen for ElementLoaded event of the Docking control and reattach the event handler their?
Best wishes,
Miroslav Nedyalkov
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.