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
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