ListView control rendering issue with Groups, CheckBoxes and View mode SmallIcon
- by volody
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.