search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How can i add more than one duration bar in one rowin a tree programmtically?

Asked by Anonymous
14 years ago.

Hi,

how can i add more than one duration bar element in one row in a tree programmtically?

Example:

Resource child1 = new Resource("name1", "id", true);
t.Children.Add(child1);

Now i want to add another bar element in the same ROW of "name1".

How to do that?

Thanks!

Comment posted by Anonymous
14 years ago.

Is it actually possible?

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.