Is it wrong to access TreeViewItems in WPF’s TreeView?

前端 未结 4 777
半阙折子戏
半阙折子戏 2021-01-26 15:00

I’ve been having issues with the TreeView in WPF. This control makes it very hard to access the TreeViewItems it’s showing.

On several occasion

4条回答
  •  Happy的楠姐
    2021-01-26 15:56

    Take a look at Simplifying the WPF TreeView by Using the ViewModel Pattern article by Josh Smith. I hope it helps.

提交回复
热议问题