Live Chat Icon For mobile
Live Chat Icon

How placing controls in a WrapPanel differs from a Grid?

Platform: WPF| Category: Layouts

Placing controls inside a WrapPanel will shrink the control to it’s minimum width or it will wrap the controls to the next line when the form’s size is reduced. But when the form’s size is increased it will not resize the control accordingly, instead, it will place the controls next to each other. On the other hand, if the controls are placed inside a Grid, it will resize the controls when the form is resized.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.