hi Rakesh
There is The System.Collections namespace contains
interfaces and classes that define various collections of
objects, such as lists, queues, bit arrays, hashtables
and dictionaries.
You can use the ArrayList class of that namespace. This
class Implements the IList interface using an array whose
size is dynamically increased as required. Then you file
each element of these with another Arraylist , this way
you will get the tree structure.
Or , you can use CollectionBase class of the same name
space . this one Provides the abstract base class for a
strongly typed collection. Use it to implement your own
tree. i hope this helps
He asks for data structures, not for visualization.
There is no inhereent tree in .NET - you have to create one by using
mutliple collections out of the System.Collections namespace, like multiple
arraylists.
Thomas Tomiczek
THONA Software & Consulting Ltd.
(Microsoft MVP C#/.NET)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.