ListView with Groups and CheckBoxes shows correctly only when View set to Details
        Posted  
        
            by volody
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by volody
        
        
        
        Published on 2010-03-27T15:39:16Z
        Indexed on 
            2010/03/27
            15:43 UTC
        
        
        Read the original article
        Hit count: 406
        
Microsoft MSDN site has next remark: "Any groups assigned to a ListView control appear whenever the ListView.View property is set to a value other than View.List."
My problem is that i like to have View set to SmallIcon
In this mode ListView control is shifted left, and CheckBoxes are covered by left edge
How to solve this issue, or at least how is possible to shift rendering of control to the right
© Stack Overflow or respective owner