Answer:
Canvas Panel: Use the canvas for simple layouts and when there is no need to re-size panel. Controls can overlap each other when resizing the panel.
Stack Panel: Use this for grouping controls in a stack (horizontal/vertical). Controls do not overlap.
Grid Panel: Most flexible, multi rows/columns layouts. Similar to a HTML table.
Asked In: Many Interviews |
Alert Moderator