summaryrefslogtreecommitdiff
path: root/src/gui/fpg_grid.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2014-12-06 16:35:41 +0000
committerGraeme Geldenhuys <graemeg@gmail.com>2014-12-06 16:35:41 +0000
commit4aa36e052ffe6247ec2118b02edc79317946964b (patch)
tree39b7437c64e0a7c41794f20b13123cdb7aac3aa8 /src/gui/fpg_grid.pas
parent442a7c7f743f39aa0b7afc15f51c1e148a31094f (diff)
parent6c0709aee20e892cb14db00311f16c56ce25db67 (diff)
downloadfpGUI-4aa36e052ffe6247ec2118b02edc79317946964b.tar.xz
Merge branch 'feature/jml-grids' into develop
Diffstat (limited to 'src/gui/fpg_grid.pas')
-rw-r--r--src/gui/fpg_grid.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/fpg_grid.pas b/src/gui/fpg_grid.pas
index 3f8b52fb..1f7e0f54 100644
--- a/src/gui/fpg_grid.pas
+++ b/src/gui/fpg_grid.pas
@@ -136,6 +136,7 @@ type
published
property Align;
property AlternateBGColor;
+ property AutoHeight;
property BackgroundColor;
property BorderStyle;
// property ColResizing;
@@ -158,6 +159,8 @@ type
property RowCount;
property RowSelect;
property ScrollBarStyle;
+ property ScrollBarPage;
+ property ScrollBarWidth;
property ShowGrid;
property ShowHeader;
property ShowHint;