xmlns:muxc="using:Microsoft.UI.Xaml.Controls"
<TreeView x:Name="treeview" Grid.Row="2" Background="Blue" HorizontalAlignment="Center"> <TreeView.RootNodes > <TreeViewNode Content="colur"> <TreeViewNode.Children> <TreeViewNode Content="blue"></TreeViewNode> <TreeViewNode Content="green"></TreeViewNode> <TreeViewNode Content="red"></TreeViewNode> </TreeViewNode.Children> </TreeViewNode> </TreeView.RootNodes> </TreeView>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)