Difference between revisions of "GridLayout"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "==About== Lazarus component, to arrange components in a grid: rows, columns, width in columns, height in rows. Author: Dirk Graf, www.lz-dent.de License: GPL2 ==Download==...")
 
 
(6 intermediate revisions by 3 users not shown)
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 [https://docwiki.embarcadero.com/Libraries/Sydney/en/Vcl.ExtCtrls.TGridPanel TGridPanel], though not completely (e.g. some properties are named differently, the control collection is [https://docwiki.embarcadero.com/Libraries/Sydney/en/Vcl.ExtCtrls.TControlItem TControlItem] instead of TGridPanelControl, and the later misses some [https://docwiki.embarcadero.com/Libraries/Sydney/en/Vcl.ExtCtrls.TControlItem_Properties properties] as well).
  
Author: Dirk Graf, www.lz-dent.de
+
How to use: [https://www.youtube.com/watch?v=XoTzL3rw3O4 Youtube video].
  
License: GPL2
+
Author: Dirk Graf, [https://www.lz-dent.de home page].
 +
 
 +
License: GPL2.
  
 
==Download==
 
==Download==
  
The [http://www.lz-dent.de/lazarus/udb_layouter.7z 7z archive] to download.
+
Currently there is only [https://www.lz-dent.de/lazarus/udb_layouter.7z 7z archive] to download.
 +
 
 +
[[Category:Lazarus]]
 +
[[Category:Components]]

Latest revision as of 11:18, 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.