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.
私は自分のアプリケーションで xtratreelist を最初のレベルのみで使用しており、すべてではなく一部のノードを表示したいと考えています。ここにコードがありますが、その後、すべてがリストに表示されていません
TreeList tr = new Treelist(); for (int x = 0; x < tr.Nodes.Count; x++) { tr.Nodes[x].Visible = false; }
次のリンクをたどってください
FindNodeByID
FindNodeByFieldValue
FindNodeByKeyID