Tagged Questions

36
votes
2answers
15k views

Force textblock to wrap in WPF listbox

I have a WPF listbox which displays messages. It contains an avatar on the left side and the username and message stacked vertically to the right of the avatar. The layout is fine until the message ...
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 ...