Hi,
Sometimes when I restore an AutoHidden (DockPane) using LoadFromXML the Control's Load event is not called.
Or may the sequence of my call is the problem. I create the control(s) and dock pane. After all the controls and panes are created I call LoadFromXML. Does it call Close in this process?
Is there any other event I can use to Initialize the control?
Bhavesh
You can hook into the PaneDisplayed event. When it is fired, if the control associated with the pane has not yet been initialized, you can initialize it.