Tagged Questions
3
votes
1answer
1k views
WPF listbox item not wordwrapping
My ListBox has, amongst other things a description field in it which can be quite long. Instead of having a horizontal scroll bar I want to word wrap it.
It works if I set the MaxWidth but since the ...