C# - Implementing an Outlook 2007 style 'Group by box'?
        Posted  
        
            by John M
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by John M
        
        
        
        Published on 2010-03-30T13:40:21Z
        Indexed on 
            2010/03/30
            13:43 UTC
        
        
        Read the original article
        Hit count: 307
        
In Microsoft Outlook 2007 it is possible to drag items (ie From, Subject) from the Inbox to a 'Group By Box' that appears above the Inbox grid.
- What is the proper term for that kind of box?
 - Where do I find some examples/samples on how to implement in a Winforms application?
 
© Stack Overflow or respective owner