VirtualStringTree hide node(s)
        Posted  
        
            by michal
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by michal
        
        
        
        Published on 2010-06-09T19:05:02Z
        Indexed on 
            2010/06/09
            19:12 UTC
        
        
        Read the original article
        Hit count: 226
        
delphi
|virtualtreeview
Hi, is that possible to hide specific nodes in VirtualStringTree? I'm implementing "filtering" feature (the VST acts as a list with columns), and I'd like to avoid reloading content each time the filter is changed - instead, much faster would be to tell VST not to render specific items ... any solutions?
© Stack Overflow or respective owner