What\'s the \"conceptual\" difference between TextWrapping=\"Wrap\" and TextWrapping=\"WrapWithOverflow\" (e.g. for a TextBox)? In the MSDN page ab
TextWrapping=\"Wrap\"
TextWrapping=\"WrapWithOverflow\"
One thing to add to the other answers, WrapWithOverflow lets you use text trimming (ellipsis) on the long words that get cut off:
A really long word is antidisestablishmentarianism and we can use ellipsis trimming.