About Syncfusion® WPF DocumentContainer Control

18 Nov 20181 minute to read

A DocumentContainer is a control that is used to hold documents, controls, and panels inside it. By using a DocumentContainer you can create interfaces like MDI (Multiple Document Interface) and TDI (Tabbed Document Interface), which can be used to build easily navigable applications. This help section demonstrates the important properties of the DocumentContainer and explains how they can be used to build those features.

Features

  • Provides options for both MDI and TDI container modes.
  • Various window switching styles. CTRL+TAB keyboard shortcut is used to easily navigate through the windows. See Setting Window Switchers.
  • Skins support.
  • State persistence; the document container can be used to load and save data in Isolated Storage (IS), Binary (BIN), and XML.
  • A large set of properties, methods, and events for easy customization.
  • Resizing and moving the DocumentContainer using the keyboard.