ComponentOne Windows for WPF allows you to create customized, rich applications. Make the most of Windows for WPF by taking advantage of the following key features:
• Modal and Modeless Dialog Windows
Decide whether users can interact with other windows while the dialog window is present through modal and modeless dialog windows.
• Separate XAML Files to Define Window Objects
C1Window objects are not children of any elements on the page. Because of this, they are defined in separate XAML files whose root element is a C1Window object.
• Resizable Windows
You can easily determine whether or not the window should be resized. Scroll bars are automatically added when the window becomes too small to show all of the content.
• Window State
Windows for WPF can be minimized and restored to its original size; the developer can set the current state of the window. The developer can also configure the window so it cannot be maximized.
• Window Elements
You can edit the XAML file in Microsoft Expression Blend and add any elements you want. With Windows for WPF, creating and maintaining C1Window objects is very easy.
• XBAP Support
XBAPs are WPF Applications built for the Web. ComponentOne Windows for WPF are supported in XBAP scenarios for both modal and modeless windows.