WPF does not allow text wrapping for label control.Thus to wrap a label with a fixed width,we have to place the TextBlock control inside the label control and set its TextWrapping property to “Wrap”.
<Label Width=”50″>
<TextBlock TextWrapping=”Wrap”> I am label with width 50</TextBlock>
</Label>
Popularity: 9% [?]
Related posts:

January 26th, 2010
joy
Posted in 

My project contains thousand of labels. now i need to use Wraping feature which is not in labels. what should i do?????
changing Labels into textblock will cause a heavy problem…
Great Work of MICROSOFT.. sala pareshan kar ke rakh deta hai is ke products..