Listview: space between items

G

Guest

Hi,

I use VS2005 , C#, .net2.0 framework.

Listview object:

I use the object in the following mode:

listView1.View = View.LargeIcon;
listView1.LargeImageList = imageList1;
listView1.Items.Add("Right Index", 2);
listView1.Items.Add("Left Thumb", 2);

all fine, now, I wanna change the interspace between each single items,
in specific i wanna shrink it down.

How can i do it?

thanks,
Filippo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top