published 181 days, 16 hours, 34 minutes ago
posted by
admin
182 days, 10 hours, 32 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.