Jeff Walsh
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
Jeff Walsh created a post, How to place attributes on a single line in XAML
How can I format this XAML statement: <Label Grid.Column ="1" Content="{Binding Name}" MinWidth="70" VerticalAlignment="Center"/> to something like this where all attributes are shown on a new line...