lazarus/examples/Components/cell_overflow
2022-03-09 11:20:29 +02:00
..
cell_overflow.ex-meta Example projects tested, categorised, metadata added, restructured by David Bannon. 2022-03-09 11:20:29 +02:00
celloverflow_demo.lpi
celloverflow_demo.lpr Example projects tested, categorised, metadata added, restructured by David Bannon. 2022-03-09 11:20:29 +02:00
comain.lfm
comain.pas Example projects tested, categorised, metadata added, restructured by David Bannon. 2022-03-09 11:20:29 +02:00
readme.txt

--------------------------------------------------------------------------------
cell_overflow
--------------------------------------------------------------------------------

This sample project implements overflowing text in a StringGrid descendant. This
means that text which is longer than the width of the column is not truncated
at the cell border, but is allowed to flow into adjacent empty cells.

The code is based on a forum contribution by user Geepster 
(http://forum.lazarus.freepascal.org/index.php/topic,35869.msg238079.html#msg238079)

It was extended to correctly handle left, right and centered text alignments.