<p>Adding Content that can be stretched in a DataField, like a DataGrid or a TextBox that have VerticalAlignment set to Stretch does not work. You can see the DataField taking a bigger region, but not its content. Setting VerticalContentAlignment on the DataField does not work either.</p>
<p> </p>
<p>ex:</p>
<p><dataFormToolkit:DataField Width="400" Height="400" DescriptionViewerPosition="BesideLabel" LabelPosition="Top"></p>
<p> <TextBox VerticalAlignment="Stretch" /></p>
<p></dataFormToolkit:DataField></p>
Comments: ** Comment from web user: qwer9947 **
<p> </p>
<p>ex:</p>
<p><dataFormToolkit:DataField Width="400" Height="400" DescriptionViewerPosition="BesideLabel" LabelPosition="Top"></p>
<p> <TextBox VerticalAlignment="Stretch" /></p>
<p></dataFormToolkit:DataField></p>
Comments: ** Comment from web user: qwer9947 **
still can reproduce