summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authordrewski207 <drewski207@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-10-10 03:04:20 +0000
committerdrewski207 <drewski207@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-10-10 03:04:20 +0000
commit453c32289b808c5c2d0eea794fdd2382cb3c6983 (patch)
tree4e0f0c1bce9583455d8639dc411513ea5fff3796 /examples
parent885a71ab977e2dc6256745290cd4d5806c950ca0 (diff)
downloadfpGUI-453c32289b808c5c2d0eea794fdd2382cb3c6983.tar.xz
fixed listview to work in the designer
Diffstat (limited to 'examples')
-rw-r--r--examples/apps/uidesigner/vfdwidgets.pas12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/apps/uidesigner/vfdwidgets.pas b/examples/apps/uidesigner/vfdwidgets.pas
index 854532d6..61a405a1 100644
--- a/examples/apps/uidesigner/vfdwidgets.pas
+++ b/examples/apps/uidesigner/vfdwidgets.pas
@@ -335,19 +335,19 @@ begin
wc.WidgetIconName := 'vfd.trackbar';
RegisterVFDWidget(wc);
-(*
+
// ListView
// Currently causes a Access Violation when resized!
wc := TVFDWidgetClass.Create(TfpgListView);
wc.NameBase := 'lvName';
-// wc.AddProperty('Columns',TPropertyDBColumns, '');
-// wc.AddProperty('Items', TPropertyStringList, '');
-// wc.AddProperty('FontDesc',TPropertyString,'');
-// wc.AddProperty('HeaderFontDesc',TPropertyString,'');
+ //wc.AddProperty('Columns',TPropertyDBColumns, '');
+ //wc.AddProperty('Items', TPropertyStringList, '');
+ //wc.AddProperty('FontDesc',TPropertyString,'');
+ //wc.AddProperty('HeaderFontDesc',TPropertyString,'');
wc.WidgetIconName := 'vfd.listview';
RegisterVFDWidget(wc);
-*)
+
// Treeview
wc := TVFDWidgetClass.Create(TfpgTreeView);