0 votes
in WPF by
Why are layout panels needed for in WPF?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked May 28, 2022 in WPF by sharadyadav1986
0 votes
asked May 28, 2022 in WPF by john ganales
+1 vote
asked Jun 11, 2020 in SAS by JackTerrance
...