How to get a ListView (or DataGrid) work with TextWrapping (WPF)
Posted
by Aks1
on Stack Overflow
See other posts from Stack Overflow
or by Aks1
Published on 2009-02-05T11:07:46Z
Indexed on
2010/04/28
15:43 UTC
Read the original article
Hit count: 319
I mean, i have one of this controls and text inside one of it's columns. Usually if user changes column size, it's just cutting text. If I'm trying to use template with textblock or textbox and set TextWrapping="Wrap" inside of the template - it's really doesn't change anything. What's the way out?
*And yes, I searched before asking, and found similar questions on this site. But without answer ((( *
© Stack Overflow or respective owner