For example the list of emails in Outlook when you have the side-by-side layout. It will show you who its from and the date at the top of the line - left-aligned and right-aligned respectively, and the subject at the bottom of the line. I find it a nifty idea to save some horizontal space. Here is another example in a nice personal finance program called Buddi:<br>
<a href="http://buddi.digitalcave.ca/images/screenshots/Transactions%20%28OS%20X%29.png">http://buddi.digitalcave.ca/images/screenshots/Transactions%20%28OS%20X%29.png</a><br><br>In Java Swing it is relatively easy: you create a cell renderer and tell the list to use it to render the cells, so you create the renderer as a panel with its own controls and layout, but Swing is much more model-view-controller based. I was thinking the OnCustomDraw event (something like that) can be used, but I have never used it before.<br>
<br>Charl<br><br><div class="gmail_quote">On Fri, Feb 26, 2010 at 3:56 AM, Mattias Gaertner <span dir="ltr"><<a href="mailto:nc-gaertnma@netcologne.de">nc-gaertnma@netcologne.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thu, 25 Feb 2010 20:38:36 -0500<br>
<div class="im">Charl van Jaarsveldt <<a href="mailto:charlvj@gmail.com">charlvj@gmail.com</a>> wrote:<br>
<br>
</div><div class="im">> I guess I can do that, but I really want the capabilities of a list -<br>
<br>
</div>For example?<br>
<div><div></div><div class="h5"><br>
Mattias<br>
<br>
--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>"See first, think later, then test. But always see first. Otherwise you will only see what you were expecting. Most scientists forget that." - Douglas Adams<br>