Browse By Tags

  • Problem with loading controls after we close and open an existing pane

    In my silverlight application, I have two controls

    1. Control1

    2. Control2

    These two controls are to be displayed in the xamDockManager in a Tabbed Group pane. 

    Tabbed group pane is inside the SplitPane which is placed Left to the xamDockmanager.

    I can…

  • DocumentContentHost: Accessing Panes from Code-Behind

    I'm trying to get access to panes contained in the documentcontenthost. In my xamDockManager_Load event I have this line:

    ContentPane pane1 = (this.xamDockManager.DocumentContentHost.Panes[0] as TabGroupPane).Panes[0] as ContentPane;

    // do something…