WPF TreeView hierarchical binding.

前端 未结 2 1261
一个人的身影
一个人的身影 2021-01-01 03:01

just starting with wpf. I need to bind the object (Hierarchical) Folder

public class Folder
{
    public Folder()
    {
        this.Name = string.Empty;
          


        
2条回答
提交回复
热议问题