UXDialogBox maximizing

2 replies. Last post: November 30, 2010 11:07 PM by Glenn Layaar
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
versMember

I've performed following operations:

1) created "Intersoft ClientUI application" project for Silverlight 4 in VS 2010;

2) added button to MainPage;

3) created "Intersoft UXDialogBox" from VS template and set "CanMaximize" to True;

4) added button's click handler:

UXDialogBox1 u = new UXDialogBox1();
u.ShowDialog(null, null);

5) started application.

Dialog window with maximize button appears on button click, but nothing happens on maximize button click.

What I did wrong?

All times are GMT -5. The time now is 4:42 AM.
Previous Next