Ah, so you were not using a custom list item renderer? That makes more sense - by default, list items don't wrap.
BoxPane/separator solution sounds pretty reasonable. On May 10, 2010, at 2:06 PM, Robert Piotrowski wrote: > I was just using the standard list items. > > I think I found a decent way of making a search result list: using a > vertically-aligned and scrollable boxpane with alternating separators and > text areas. Good enough for now. > > > > > On Mon, May 10, 2010 at 11:47 AM, Greg Brown <[email protected]> wrote: > They should work in ListView renderers as well. Probably has something to do > with your overall renderer structure. What are you using as a base class for > the renderer? > > On May 10, 2010, at 12:09 PM, Robert Piotrowski wrote: > >> Actually, they work in TextArea, but not in Lists. >> >> Are they supposed to? >> >> >> >> Bob >> >> On Mon, May 10, 2010 at 11:07 AM, Robert Piotrowski <[email protected]> >> wrote: >> in this example :http://pivot.apache.org/tutorials/text-areas.html >> >> How did you get carriage-returns to show in the text area? >> >> I tried 
: and other things, but nothing works. >> >> >> >> Bob >> > >
