Tagged Questions

1
vote
1answer
573 views

Custom Right Aligned StackPanel control layout in Silverlight

I'm trying to create a custom layout container, with the same characteristics of StackPanel, with the exception that it lays out the items starting at the right edge of the screen. Needless to say it ...