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!