Jul
21
Written by:
New Age Solution
7/21/2009 9:26 PM
Silverlight has nice support for full screen. Only problem is that when Silverlight application goes into full screen mode none of the controls will scale properly. One of the biggest advantage of using vector graphics is that when the resolution increases controls are expected to increase and not lose the quality.
So how can we scale the elements when Silverlight application goes into Full Screen mode?
Demo and Tutorial on How to go Full Screen and Scale Controls in Silverlight is found here
You will find:
1) How to go into Full Screen mode
2) How to scale the objects, elements and controls
3) How take advantage of Silverlight toolkit ViewBox control