Can you provide a list of layout management panels and when you will use them?
Answer / Hemendra Singh
In Microsoft Silverlight, there are various Layout Management Panels like Grid, StackPanel, WrapPanel, Canvas, and DockPanel. You use these panels based on the UI design requirements, such as arranging elements in a grid format (Grid), stacking them vertically (StackPanel), wrapping long lists (WrapPanel), or placing UI elements according to their docking properties (DockPanel).
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to pass parameters to silverlight controls from asp.net pages?
Does silverlight have a system.console class? Why?
What features are missing from silverlight presentation markup that will be supported in windows presentation foundation?
Is it ok to uninstall microsoft silverlight?
Explain what is ria?
Write the code to populate the controls in silverlight?
Does silverlight web application work with all browsers ?
Which .net applications are supported in silverlight?
What is the difference between glyph cache and image cache?
what is isolated storage?
What kind of brush does silverlight support?
What is the difference between wpf (windows presentation foundation) and microsoft silverlight?