My question is simple, can I use binding in a StackPanel from elements in a LinkedList? In my application the order of the elements in the LinkedList is importante. May the elements can change its positions in the LinkedList on the fly. I want to know if its possible to bind my LinkedList so my app always displays the elements in the correct order without any additional C# code/Event triggers.
Its possible to do this in WPF?
How can I implement this?