lazarus/examples/gridexamples/cell_overflow
2022-05-17 20:50:08 +00:00
..
cell_overflow.ex-meta Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
celloverflow_demo.lpi Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
celloverflow_demo.lpr Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
comain.lfm Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
comain.pas Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
readme.txt Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00

--------------------------------------------------------------------------------
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.