Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: DataGrid Cell TextWrapping doesn't work

$
0
0
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
<xcdg:DataGridControl.View>
        <xcdg:TableflowView ContainerHeight="50"/>
</xcdg:DataGridControl.View>

Viewing all articles
Browse latest Browse all 4964

Trending Articles