Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveX Listview (report view) - Header´s Click control
Message
From
17/03/2003 18:17:41
 
 
To
17/03/2003 10:11:23
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00763890
Message ID:
00766800
Views:
29
Hello Claudio.

Please, how could I do the same of an imagelist and imagelist.columnheader??

If I understand you correctly,
WITH Thisform.oListView
  *** Set up the icons to indicate Sort Order when you click on the column header
  .ColumnHeaderIcons = ThisForm.oHeaderIcons  && this was set visually using the designer
  *** And set up the icons for the list items
  .Icons = Thisform.oIcons
  .SmallIcons = Thisform.oSmallIcons
ENDWITH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform