published 1016 days, 1 hour, 44 minutes ago
posted by
admin
1016 days, 19 hours, 42 minutes ago
Tuesday, August 11, 2009 3:24:51 PM GMT
Monday, August 10, 2009 9:27:06 PM GMT
One of the forum users was looking to align the label in the Datafield of DataForm with the following code
<dataFormToolkit:DataField>
<dataFormToolkit:DataField.Label>
<TextBlock Text=”Categories” VerticalAlignment=”Top” />
</dataFormToolkit:DataField.Label>
<Grid>
<StackPanel x:Name=”listCategories” />
</Grid>
</dataFormToolkit:DataField>
sure enough, it doesnt work. I am not sure if there is easier way, but styling the Label does work, changes made to the default [...]
|
No comments yet, be the first one to post comment.