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