Adding a linebreak/new line to a WPF Wrap Panel
Does anyone know if it's even possible to enter a line break into a WPF Wrap panel? It goes against what the wrap panel is for, so I'm not sure if it's possible. And if it's not, is there any other WPF control that actually allows me to enter a line break into it and supports adding children (my own custom controls?) This is a line break in a WrapPanel : <WrapPanel> <TextBlock Text="
"/> </WrapPanel> Update I think I figured out what you're trying to ask. If you have a WrapPanel that is laying out by row, and you want to force it to the next row, you can replace the single WrapPanel with