I would like to create a Windows MDI-like interface. When the user clicks an item on the main menu, a new window opens and is added to the collection of open windows below. Tabs for each new window would be great.
The first problem I'm having is that the RadWindow maximizes behind my menu. I don't see any way to have the window use the bottom of the menu as the top limit.
Can a window be embedded in any other control?
I tried with a splitter and pane, but the window still maximized outside the pane.
Any tips or suggestions would be greatly appreciated!
The first problem I'm having is that the RadWindow maximizes behind my menu. I don't see any way to have the window use the bottom of the menu as the top limit.
Can a window be embedded in any other control?
I tried with a splitter and pane, but the window still maximized outside the pane.
Any tips or suggestions would be greatly appreciated!