PC Review


Reply
Thread Tools Rate Thread

Bigger Large Icons in listview, possible?

 
 
Eddie
Guest
Posts: n/a
 
      10th May 2006
Hi all,

I'm just wondering if it's possible to make the icons under large icons
view in listview bigger? For some reason, I think the default is set at
16 X 16 pixels?

I don't think I've done anything wrong?

-----------------------------------------------------------------------------------------------
this.listView1.View = View.LargeIcon;

this.listView1.

ImageList il = new ImageList();

il.Images.Add(Bitmap.FromFile("C:\\pictures\\topics\\1.gif"));

listView1.LargeImageList = il;

ListViewItem item1 = new ListViewItem("ALL");

item1.ImageIndex = 0;

listView1.Items.AddRange(new ListViewItem[] {item1});
---------------------------------------------------------------------------------------------------

Even though it was set to largeIcon, it's still only 16 X 16 pixels at
best. Any help will be appreciated.

Cheers
Edmond

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom listview resize e.bounds when paiting large icons okaminer Microsoft C# .NET 0 27th Feb 2007 07:54 AM
My screen suddenly has large icons and a much bigger font! =?Utf-8?B?ZXhwYXQ=?= Windows XP Configuration 3 19th Aug 2006 05:54 PM
How do I make the menu icons bigger? =?Utf-8?B?TWljaGVsZQ==?= Microsoft Word Document Management 0 16th Sep 2005 06:05 PM
bigger icons on the Taskbar no spam Windows XP Customization 2 3rd Dec 2004 05:33 PM
Listview ScrollBar BIGGER - Kovan A. Microsoft C# .NET 6 17th Feb 2004 10:20 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:02 AM.