VB6 ListView and TreeView full replacement |
Post Reply |
Author | |
Alexey2
Senior Member Joined: 24 September 2006 Status: Offline Points: 124 |
Post Options
Thanks(0)
Posted: 31 January 2008 at 8:06am |
Do you plane to realize the full replacement of standard VB6 Common Controls 6.0 such a ListView and TreeView?
Or may be you will upgrade your current controls to functionality of VB6 Common Controls 6.0?
|
|
Alexey2
Senior Member Joined: 24 September 2006 Status: Offline Points: 124 |
Post Options
Thanks(0)
|
For example your Listview doesn't support the following:
ListView1.SmallIcons is not present
ListView1.Refresh is not present
XtremeSuiteControls.ListViewColumnHeader.Position is read-only
ListView1.ListItems.Add([Index], [Key], [Text], [Icon]) but standard is Add([Index], [Key], [Text], [Icon], [SmallIcon])
And so on.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, Using ImageManager you don't need SmallIcon property. you can add all formats to ImageManager and it choose best one.
What ListView1.Refresh do? Did you use it ?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |