0

I'm trying to build a little application, with a ribbon and MDI windows. I need to be able to open/resize/close "sub windows" into the main window. The main window is the one that have the ribbon. For exemple, what I ant to do is similar than Excel when you open multiple workbooks.

almalki
  • 4,595
  • 26
  • 30
user3429139
  • 1
  • 1
  • 1

2 Answers2

1

You should try

http://wpfmdi.codeplex.com/

Project Description A library to add the traditional Windows Forms Multiple Document Interface (MDI) features to WPF. The aim is to resemble the original as much as possible.

BlueM
  • 6,523
  • 1
  • 25
  • 30
0

This can help you with Excel kind of MDI properties.

http://www.codeproject.com/Articles/3553/Introduction-to-MDI-Forms-with-C

Abhishek Dey
  • 1,601
  • 1
  • 15
  • 38