View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default Prevent smearing of treeview when scrolling

Using Excel 2002.
How do I prevent the text of nodes of a treeview to smear when when they
return to view after scrolling? This applies to the selected nodes. There
doesn't seem to be a scroll event, so I can't do a repaint on scrolling.
Would any API trickery help out here?
Thanks for any advice.

RBS