Hamed
Hamed

Reputation: 2168

how to set padding to listview items?

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 ?

Upvotes: 6

Views: 11951

Answers (2)

franx_dj
franx_dj

Reputation: 11

You can use the IndentCount property.

Upvotes: 0

Kieran Quinn
Kieran Quinn

Reputation: 31

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.

Upvotes: 3

Related Questions