vb treeview 如何在子节点下添加节点
这是我的源程序,院是父节点,系是子节点,我想在每个系下再添加1班、2班、3班等节点。WithTreeView1.NodesSetRoot=.Add(,,,"商学院").A...
这是我的源程序,院是父节点,系是子节点,我想在每个系下再添加1班、2班、3班等节点。
With TreeView1.Nodes
Set Root = .Add(, , , "商学院")
.Add Root.Index, tvwChild, , "会计系"
.Add Root.Index, tvwChild, , "营销系"
.Add Root.Index, tvwChild, , "管理系"
Set Root = .Add(, , , "机电学院")
.Add Root.Index, tvwChild, , "机电系"
.Add Root.Index, tvwChild, , "自动化系"
End With 展开
With TreeView1.Nodes
Set Root = .Add(, , , "商学院")
.Add Root.Index, tvwChild, , "会计系"
.Add Root.Index, tvwChild, , "营销系"
.Add Root.Index, tvwChild, , "管理系"
Set Root = .Add(, , , "机电学院")
.Add Root.Index, tvwChild, , "机电系"
.Add Root.Index, tvwChild, , "自动化系"
End With 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询