Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
<TreeView.ItemTemplate>
<HierarchicalDataTemplate ItemsSource="{Binding CommandMethodNames}">
<StackPanel Orientation="Horizontal">
<CheckBox />
<TextBlock Margin="5" Text="{Binding Name}" />
</StackPanel>
</HierarchicalDataTemplate>
</TreeView.ItemTemplate>
i use this code in wpf,when i double click parent node,show this Exception
VS version:17.12.3
CAD 2024
Solved! Go to Solution.