Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在树视图中显示我的数据时遇到问题。我想使用数据集为树视图创建一个自动子节点。我想要两列第一列是付款的名称,然后另一列是付款。
我怎样才能做到这一点?请帮我。先感谢您...
树视图更适用于具有子节点和父节点的层次结构。听起来您需要更多的表格,使用 DataGridView 可以更轻松地完成。