Layout control that is supported woth Delphi 5?

186 views Asked by At

I am looking for a decent layout control that is supported with D5.
Something like https://www.devexpress.com/Products/VCL/ExLayoutControl (does not support D5)
But it could be much simpler. It also needs to support Right To Left.

I realy hope for is something like a "TTablePanel" (just like HTML TABLE behavior) that can be used to add rows, cells, auto align controls in cell, have an option for "ColSpan" and "RowSpan" etc...

I even dont need design time support.
I will add my controls in runtime.

Here is a nother example what is should look like: http://www.cis.upenn.edu/~matuszek/cit591-2004/Pages/layout-examples.html

0

There are 0 answers