E
Eric Langland [MSFT]
I have a button on my form that calls the following command:
XDocument.View.ExecuteAction("xCollection::insert", "group2_1");
This works great and adds a new item at the bottom of the form. I want the
button to add a new itemn at the very top every time. Is there any way to
programatically move the new item to the top of the form?
XDocument.View.ExecuteAction("xCollection::insert", "group2_1");
This works great and adds a new item at the bottom of the form. I want the
button to add a new itemn at the very top every time. Is there any way to
programatically move the new item to the top of the form?