Visual Web GUI used something like myCtl.Controls.Insert(index, childControl);
the WiseJ method “appears” to be :
myCtl.Controls.SetChildIndex(childControl, index);
Is this a direct clean exchange of functionality? The nesting I’m dealing with in the implementation
it making it difficult to confirm the basic functionality versus the additional instances of Controls.Add.
I guess I’m asking if SetChildIndex accompanies Controls.Add or ALSO performs a Controls.Add while defining
the index of child control.
thank you
Hello,
There are two ways to use the Controls.SetChildIndex method:
HTH,
Alaa
Please login first to submit.