Why layout panels are needed in WPF?

Submitted by: Administrator
Layout Panels are needed so that the controls fit screens of different sizes or having different font sizes. If we arrange controls on fixed pixel coordinates, then this model will fail when moved to a different environment. For this reason, Layout panels are necessary.
Submitted by:

Read Online WPF Job Interview Questions And Answers