hi
While collapsing the widget i can get the display order of the widget which is collapsed. but i want to get the display order of widget which is not dragged by me.
For example i having 4 widgets(let A,B,C,D). During the initialization the display order is
A-1, B-2, C-3 & D-4. Now i dragged the widget "D" to place it in the 1 place, so that i can save the display order for D using the property "widget.collapse". Now the other widgets will be moved to next display order(A-2,B-3,C-4). How can set the display order for the widget which is not dragged that is A,B,C.
Thanks & Regards
Karunakaran M