This question is locked. New answers and comments are not allowed.
Hi..
I'm trying to add child nodes programmatically - but get the following error.... on the second 'add'
Value does not fall within the expected range
What's wrong with this... I have a parent Inbox
I'm trying to add child nodes programmatically - but get the following error.... on the second 'add'
Value does not fall within the expected range
What's wrong with this... I have a parent Inbox
// Add Custom Nodes
this.InBox.Items.Add(inNode_SUB1);
this.InBox.Items.Add(inNode_SUB2);
thanks!