Difference between revisions of "GridLayout"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
 
==About==
 
==About==
 
Lazarus component, to arrange components in a grid: rows, columns, width in columns, height in rows.
 
Lazarus component, to arrange components in a grid: rows, columns, width in columns, height in rows.
 +
It looks a bit more compatible to Delphi's TGridPanel, though not completely (e.g. some properties are named differently, the control collection is TControlItem instead of TGridPanelControl, and the later misses some properties as well).
 +
 +
How to use: [https://www.youtube.com/watch?v=XoTzL3rw3O4 Youtube video].
  
 
Author: Dirk Graf, [https://www.lz-dent.de home page].
 
Author: Dirk Graf, [https://www.lz-dent.de home page].
 
How to Use: [https://www.youtube.com/watch?v=XoTzL3rw3O4]
 
  
 
License: GPL2.
 
License: GPL2.

Revision as of 10:44, 5 January 2022

About

Lazarus component, to arrange components in a grid: rows, columns, width in columns, height in rows. It looks a bit more compatible to Delphi's TGridPanel, though not completely (e.g. some properties are named differently, the control collection is TControlItem instead of TGridPanelControl, and the later misses some properties as well).

How to use: Youtube video.

Author: Dirk Graf, home page.

License: GPL2.

Download

Currently there is only 7z archive to download.