I am having problems getting the TextWrapping to work in this example. Can anyone see what I am duing wrong here?
You are setting both DisplayMemberBinding and CellTemplate. Remove DisplayMemberBinding when you use CellTemplate. Also remove the Width for the TextBlock and it'll work
DisplayMemberBinding
CellTemplate
Width
TextBlock