I spent an eternity trying to figure out how to wrap text using WPF … here is the code snippet for future reference":
<Label Grid.Column="0" Grid.Row="1" x:Name="MyTitle"> <TextBlock x:Name="MyText" TextWrapping="Wrap">TITLE</TextBlock> </Label>
© 2024 - Mark Downie, All Rights Reserved.
Powered by Dasblog-Core commit 7da8cd
Comments are closed.