Hi,
I'm trying to dynamically create new floating windows from code.
The first window is created as it should; I'm creating a new LayoutAnchorablePane, adding the anchorable I want to float as a child to the pane, add the pane to the layout.RootPanel.Children and then call .Float() on the anchorable.
Every new window I try to create will be put as a tab in the same container. This is not what I want. I want each new window I create to be a separate window. How do I accomplish that?
I'm trying to dynamically create new floating windows from code.
The first window is created as it should; I'm creating a new LayoutAnchorablePane, adding the anchorable I want to float as a child to the pane, add the pane to the layout.RootPanel.Children and then call .Float() on the anchorable.
Every new window I try to create will be put as a tab in the same container. This is not what I want. I want each new window I create to be a separate window. How do I accomplish that?