UWP Scale textblock inside treeview - text wrapping
问题 Can please anyone help, I am working on a UWP app and I want TextBlock to wrap the text inside it according to window width. That Textblock is inside Grid which is inside TreeView. Now when I resize my app window it doesn't do anything. Original: Resized: I want it to look like this and don't have fixed width but to change dynamically with window: This is my XAML code: <TreeView Name="ItemsTreeView" SelectionMode="Multiple" ItemsSource="{x:Bind DataSource}" CanReorderItems="False" CanDrag=