Hi.
I have an ItemsControl. It takes in an ObservableCollection, and it generates a long list with input boxes and other forms based on that observablecollection.
I have been trying to reorder items in the list (the application is supposed to be a sort of scriptlike thing), but every time I change the order it resets the textboxes for instance to old values.
Is there a way to do this? Feel like I am going slightly insane, so would be so very thankful for help.