ListView control rendering issue with Groups, CheckBoxes and View mode SmallIcon

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/29 3:13 UTC
Read the original article Hit count: 355

Filed under:
|
|

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. My OS is Windows XP Service Pack 3.

It looks like that ListView items with Groups and CheckBoxes shows correctly only when View set to Details.

alt text

© Stack Overflow or respective owner

Related posts about c#

Related posts about listview