Re: Best structure for a tree class's children
- From: "Robbe Morris [C# MVP]" <info@xxxxxxxxxxxxxxx>
- Date: Sat, 10 Sep 2005 13:40:15 -0400
It depends a lot on what you need to do with the
hierarchy. If you are just displaying it, then this
is fine. If you need to manage drag and drop
and maintaing the new relationships, then use
this type of approach may be better:
http://www.eggheadcafe.com/articles/treeview_databinding.asp
--
Robbe Morris - 2004/2005 Microsoft MVP C#
EggHeadCafe's RSS Search Engine
http://www.eggheadcafe.com/articles/multisearch/default.aspx
<ahaupt@xxxxxxxxx> wrote in message
news:1126373494.487817.156210@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi all,
>
> Just a quick one: At the moment I use an ArrayList to store 'n Tree
> classes' children.
>
> Is this the best/quickest structure to use? What do you guys use?
>
> Best,
> Andre
>
.
- References:
- Best structure for a tree class's children
- From: ahaupt
- Best structure for a tree class's children
- Prev by Date: thread problem
- Next by Date: Re: thread problem
- Previous by thread: Re: Best structure for a tree class's children
- Next by thread: thread problem
- Index(es):
Relevant Pages
|
|