Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / July 2004

Tip: Looking for answers? Try searching our database.

Common Control Issue -- Tree View Items of Varying Size

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Kaye - 02 Jul 2004 21:47 GMT
It seems that when I dynamically resize items in a tree-view control, using TVM_SETITEM and the TVITEMEX iIntegral member, things go awry.  The window draws properly, but it seems like the RECTs for the HTREEITEMs are not updating properly.  This is espeically true if I update the size of an individual HTREEITEM more than once -- making it larger, and then smaller again.  The tree view's scroll bar no longer works correctly -- it doesn't scroll to the true bottom of the tree view.  The TVM_GETITEMRECT message returns the wrong value.   TVM_HITTEST and TVN_BEGINLABELEDIT also behave incorrectly.

This is not an MFC or WTL/ATL tree view control -- it has been created with CreateWindowEx(0, WC_TREEVIEW,...) and is manipulated entirely with SendMessage()s.

Anything I can do to work around or fix?  Is this a bug in the library, or am I doing something doofusy?  Either seems possible to me right now.
David Lowndes - 03 Jul 2004 16:18 GMT
>It seems that when I dynamically resize items in a tree-view control, using TVM_SETITEM and the TVITEMEX iIntegral member, things go awry.  The window draws properly, but it seems like the RECTs for the HTREEITEMs are not updating properly.  This is espeically true if I update the size of an individual HTREEITEM more than once -- making it larger, and then smaller again.  The tree view's scroll bar no longer works correctly -- it doesn't scroll to the true bottom of the tree view.  The TVM_GETITEMRECT message returns the wrong value.   TVM_HITTEST and TVN_BEGINLABELEDIT also behave incorrectly.

Can you show a small code snippet that illustrates the problem -
ideally something someone can copy and paste into a sample and try to
reproduce what you're seeing?

Which OS's have you tested this with? Are they consistent?

Dave
Signature

MVP VC++ FAQ: http://www.mvps.org/vcfaq


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.