diff options
-rw-r--r-- | uidesigner/vfdwidgets.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uidesigner/vfdwidgets.pas b/uidesigner/vfdwidgets.pas index c8640a80..ad59b900 100644 --- a/uidesigner/vfdwidgets.pas +++ b/uidesigner/vfdwidgets.pas @@ -696,6 +696,7 @@ begin wc := TVFDWidgetClass.Create(TfpgTreeView); wc.NameBase := 'TreeView'; wc.AddProperty('Align', TPropertyEnum, 'Component alignment'); + wc.AddProperty('BackgroundColor', TPropertyColor, ''); wc.AddProperty('DefaultColumnWidth',TPropertyInteger, ''); wc.AddProperty('Enabled', TPropertyBoolean, ''); wc.AddProperty('FontDesc',TPropertyFontDesc, ''); |