Hi,
I have a form with List Panel pattern, where there are two listview controls and two buttons to add and remove items between lists.
When I click one button, the selected item goes from list1 to list2, and I want that here, all the items will be sorted.
In AX 2012, I used the sentence
listview1.sortTextItems(1);
but in DFO, this property is deprecated.
How can I do this now?
Thanks a lot.