Can you provide a list of layout management panels and when you will use them?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category