So you've created a list and hooked it up to your data. But wait! Someone decided to enter, say WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW street as their address. Or named their kid John Jacob Jingleheimer Schmidt, and all of a sudden, your list has a bizarre scrollbar running across it, right in the middle of the component, where no human being would possibly want a scrollbar.
As someone who considers himself clever, I've tried setting the width of the individual list components. This fixes the immediate problem of the scrollbar, but now the overrun from the list has hid itself invisibly underneath the next list element.
Is there a sane way to deal with this so that the elements of the list will adjust themselves vertically to hold the content?