简体   繁体   中英

C# WPF Ribbon and MDI Window

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.

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.

This can help you with Excel kind of MDI properties.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM