TreeViewNode Visible Property Not Implemented
Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=13713
Printed Date: 22 November 2024 at 10:18pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: TreeViewNode Visible Property Not Implemented
Posted By: stefanadelbert
Subject: TreeViewNode Visible Property Not Implemented
Date Posted: 17 March 2009 at 6:26pm
I'm looking at replacing the standard VB6 TreeView with the XtremeControlSuite.TreeView, but have noticed that XtremeControlSuite.TreeViewNode does not implement the Read-Only Visible Property. I use this property on the standard Node for dynamic resizing of the TreeView.
Is there a reason that this property is not implemented? Is there another way of counting the number nodes that are actually visible in an XtremeControlSuite.TreeView?
Stefan
|
Replies:
Posted By: stefanadelbert
Date Posted: 19 March 2009 at 12:37am
I cannot be the first person to have run into this problem.
Any suggestions? Are any of the Codejock admins around?
|
Posted By: nighthawk
Date Posted: 05 April 2009 at 6:18am
I would love to see a VISIBLE property on the TreeViewNode. The problem I am having is the I need to show and hide individual nodes at run-time as certain program settings change. Right now, the only way I have found to accomplish this is to delete all the nodes and rebuild the node list every time I need to make a change. This causes a very distracting flicker and it also seems to cause the treeview to take focus even if I have a window in the foreground. Having the foreground window pushed to the back every time I need to refresh the treeview nodes is too much of a problem so I am looking for some other way to accomplish this. A VISIBLE property that I can set at run-time would probably solve this.
------------- Product: Xtreme SuitePro (ActiveX) version 13.0.0
Platform: Windows XP (32bit) - SP 3
Language: Visual Basic 6.0
|
|