在Windows窗体中以层次结构显示数据 [英] Show Data in Hierarchy in Windows Forms

查看:86
本文介绍了在Windows窗体中以层次结构显示数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想显示数据层次结构,并且当用户点击特定的hirarchy项目时,详细说明应显示在文本框或girdview中。哪种控制最好,如何使用?在Windwos Forms中使用VS 2012 SQL 2012

解决方案

这实际上取决于您要显示的数据,以及它的数量,但是最简单的最清晰的方式可能就像 TreeView [ ^ ] - 设计为分层显示工具,没有别的。


检查这些:

带有ComboBox下拉节点的TreeView控件 [ ^ ]

代表分层数据.net winforms [ ^ ]

工作使用分层数据显示 [ ^ ]

I want to show Data Hierarchy and as user click to specific hirarchy item details description should be display in text boxes or girdview. Which Control will be best and how to use it?? in Windwos Forms m using VS 2012 SQL 2012

解决方案

It really depends on what data ayou are trying to display, and how much there is of it, but the simplest and clearest way is probably something like a TreeView[^] - which is designed as a hierarchical display tool and nothing else.


Check these:
A TreeView Control with ComboBox Dropdown Nodes[^]
Representing hierarchical data .net winforms[^]
Working with Hierarchical Data Display[^]


这篇关于在Windows窗体中以层次结构显示数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆