Is there a way to change the order of the controls inside a StackPanel at runtime?
Many thanks,
Paulo
stackPanel1.Children.Remove(item);
stackPanel1.Children.Insert(newIndex, item);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With