Layout Management Panels in Silverlight

Can you provide a list of Layout Management Panels and when you will use them?

The following are the list of Layout Management Panels:

1. Canvas Panel: Simple layouts use canvas panel and when there is no requirement of resizing the panel. The controls will overlap each other at the time of resizing the panel.

2. Stack Panel: This panel is used to group the controls in a stack either horizontally or vertically. The overlapping of controls will not occur.

3. Grid Panel: Grid Panel is the most flexible layout for placing controls in multi rows / columns. It resembles an HTML table.
How to apply style elements in a Silverlight project
Application resources utilize the style elements for supporting the forms. The App.xaml file could be used to contain an application resource XML construct. Each style’s target type is set to the control that needs the style...
Features and benefits of Silverlight
Features and benefits of Silverlight - The following are the features of SilverLight: 1. Built in CLR engine is available for delivering a super high performance execution environment for the browser...
When would one use Silverlight instead of ASP.NET AJAX?
Silverlight media experiences and Rich Internet Applications can be enhanced by the existing ASP.NET AJAX applications. Web applications and ASP.NET AJAX technologies are integrated in Silverlight...
Post your comment