summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndrew Haines <andrewd207@aol.com>2010-11-10 18:47:59 -0500
committerAndrew Haines <andrewd207@aol.com>2010-11-10 18:47:59 -0500
commit92bb5f93067e3e8e30362eabf9832a997d3f855c (patch)
treeedebd6c0947331d132b68c9d63178ea24b16e7d9 /examples
parent82de8fa58c63d66048afa55ff9c8742900ac0cde (diff)
downloadfpGUI-92bb5f93067e3e8e30362eabf9832a997d3f855c.tar.xz
Implemented painting Listview Subitems icons
TfpgListView.Subitems is actually TfpgListViewSubItems and can be casted as such to alter the imageindex of subitems Updated the example so subitems have an assigned imagelist
Diffstat (limited to 'examples')
-rw-r--r--examples/gui/listviewtest/listviewtest.lpr1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/gui/listviewtest/listviewtest.lpr b/examples/gui/listviewtest/listviewtest.lpr
index e97b86bd..a22c7a7b 100644
--- a/examples/gui/listviewtest/listviewtest.lpr
+++ b/examples/gui/listviewtest/listviewtest.lpr
@@ -137,6 +137,7 @@ begin
OnSelectionChanged := @ItemSelectionChanged;
MultiSelect := True;
Images := FImageList;
+ SubItemImages := FImageList;
ImagesSelected := FSelectedImageList;
end;