Hi,
"TextWrapping="Wrap"" is the good property to use on Column to wrap text.
To work on DataRows, you have to make sure the DataRows have a big height, to be able to fit more than one line of text.
To modify the DataRows height, you can use
"TextWrapping="Wrap"" is the good property to use on Column to wrap text.
To work on DataRows, you have to make sure the DataRows have a big height, to be able to fit more than one line of text.
To modify the DataRows height, you can use
<xcdg:DataGridControl.View>
<xcdg:TableflowView ContainerHeight="50"/>
</xcdg:DataGridControl.View>