Silverlight Popup Dialog Demo

Below is the vectorlight.net Popup Dialog running under Microsoft's Silverlight Web Technology.  This example displays a simple TreeView and allows you to toggle the properties dialog extension in a Modal dialog, the second dialog is non-modal and resizable.


A Dialog can be specified as modal, when this is specified the dialog blocks input to any other Silverlight controls on the page, this only works when the dialog parent element is a Canvas and the Canvas has a valid width and height setting.

It is also possible to use many dialogs on the same Silverlight page, when this is the case the dialogs automatically handle issues such as depth rendering order and provides developers an API that allows dialogs to be easily manipulated.

The demo also features the maturing Liquid Silverlight Controls library.