Tagged Questions
1
vote
1answer
562 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 ...
1
vote
1answer
419 views
Adding visible elements to a custom Panel in Silverlight 3
As I understand it, a Panel isn't meant to have any visible "chrome." The StackPanel, Grid and Canvas don't have any visible elements (with the exception of the gridlines, which they say are only for ...