Silverlight Dialog Window Control

Designed to replicate the functionality of a traditional, standard Windows Forms dialog window, the xamDialogWindow™ allows you to popup both modal and non-modal dialog windows within your Web-based Silverlight applications easily. Its flexible XAML templating and styling capabilities combined with programmable dialog behaviors such as minimize, maximize, restore and close, enable you to add the dialog window and Multiple Document Interface (MDI) user interface patterns to any Rich Internet Application.

 

Key Features at a Glance

  • Modal or Modeless - The xamDialogWindow allows you to open the dialog modally or modelessly to control the flow of your application.
  • Customizable Header and Content - The header and content of the xamDialogWindow is 100% templatable with XAML using popular tools such as Visual Studio® 2010 or Expression Blend®.
  • Resizable - Just like a resizable dialog on the desktop, end users can drag the borders of xamDialogWindow to new dimensions.
  • Location - The xamDialogWindow can open anywhere you want by positioning itself in the coordinates of its parent layout element, and it can minimize to anywhere you want, too (even a different panel).
  • Windows States - The control supports the traditional 3-state window paradigm, allowing users to minimize, maximize and restore windows.