I have a WPF ListView (GridView) and the cell template contains a TextBlock. If I add: TextTrimming=\"CharacterEllipsis\" TextWr
ListView
GridView
TextBlock
TextTrimming=\"CharacterEllipsis\" TextWr
Unfortunately, this is not possible in WPF today, as you can see from the documentation.
(I used to work at Microsoft on WPF, this was a feature we unfortunately did not get around to doing -- not sure if it's planned for a future version)