On May 13, 2007, at 1:39 PM, Emile Schwarz wrote: > How do you convert rowspan or colspan in a ListBox ?
Increasingly, I've been fancifying the ListBox by drawing into it. So the ListBox just handles the scrolling and dividing into cells. Works great. It wouldn't be hard to just have a single-column ListBox that you split into columns yourself when you draw it. I did that in a recent project, and it was easy. This could easily do colspan but wouldn't do rowspan, but you might even be able to do that without having a heart attack using the new clip feature on Graphics. Regards, Guyren G Howe Relevant Logic LLC guyren-at-relevantlogic.com ~ http://relevantlogic.com REALbasic, PHP, Ruby/Rails, Python programming PostgreSQL, MySQL database design and consulting Technical writing and training _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
