Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit DataGrid Column Label Alignment
1 replies. Latest Post by lee_sl on August 10, 2009.
(0)
FuryDiamond
Contributor
3622 points
735 Posts
08-10-2009 1:55 PM |
I have a DataGrid Column with a label and a stackpanel of checkboxes. The label is aligned to the center rather than the top. I tried VerticalAlignment="Top" but the results are still the same. Has anyone else had a problem with this?
XAML:
<dataFormToolkit:DataField> <dataFormToolkit:DataField.Label> <TextBlock Text="Categories" VerticalAlignment="Top" /> </dataFormToolkit:DataField.Label> <Grid> <StackPanel x:Name="listCategories" /> </Grid> </dataFormToolkit:DataField>
lee_sl
2990 points
584 Posts
08-10-2009 4:27 PM |
Style the Label