Multiline Listbox Row

I would like to implement multiple text lines in a single listbox row. I do not need edit in place.

What is the easiest way to accomplish this, preferably without a plugin?

Thanks.

Draw the text yourself in CellTextPaint.

… + chr(13) + …

Any ideas how I can check how long a given Text will be in a given font/fontsize before I display it in any control?

The standard approach is to create a small (1 pixel is enough) picture object and use its Graphics property to measure the text.