Home All Groups Group Topic Archive Search About

Listview: space between items

Author
2 Mar 2006 12:56 PM
Filippo Bettinaglio
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

AddThis Social Bookmark Button