5

I have a Listview on Large icon view in Windows Forms that the images are so close to each other.
so how could I set padding to items ?

Hamed
  • 2,084
  • 6
  • 22
  • 42
  • Possible duplicate: http://stackoverflow.com/questions/57849/net-listview-row-padding – hmqcnoesy Aug 19 '12 at 12:18
  • possible duplicate of [listview tile layout problem (vb.net)](http://stackoverflow.com/questions/2754006/listview-tile-layout-problem-vb-net) – Hans Passant Aug 19 '12 at 16:02

2 Answers2

3

There is no method within ListView to do this. You could take a look at LVM_SETICONSPACING. Here is a very good tutorial, if you need help.

0

You can use the IndentCount property.