C# TreeList控件,我已经把数据库里的数据读出来了,存在DataTable里,我想把数据便利到TreeList里, 30
C#TreeList控件,我已经把数据库里的数据读出来了,存在DataTable里,我想把数据便利到TreeList里,成树状型的样式,...
C# TreeList控件,我已经把数据库里的数据读出来了,存在DataTable里,我想把数据便利到TreeList里,成树状型的样式,
展开
2015-08-04
展开全部
private void button1_Click(object sender, System.EventArgs e)
public override void Display(int depth)
{
Console.WriteLine(new string('-', depth) + name);
foreach (Component component in children)
{
component.Display(depth + 2);
}
}
public override void Display(int depth)
{
Console.WriteLine(new string('-', depth) + name);
foreach (Component component in children)
{
component.Display(depth + 2);
}
}
追问
额 ,这不对吧,我说的是添加到TreeList里,
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询