Difference between revisions of "GridLayout"

From Free Pascal 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).
+
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).
  
 
How to use: [https://www.youtube.com/watch?v=XoTzL3rw3O4 Youtube video].
 
How to use: [https://www.youtube.com/watch?v=XoTzL3rw3O4 Youtube video].

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.