Description: C# ListView list view for adding Icon icon, this function is more abundant, then you can also add more arrangement, as the system did win, you can press the icon, the way the list is displayed. Part of the code is as follows:
listView1.LargeImageList = imageList1
imageList1.ImageSize = new Size (37,36)
imageList1.Images.Add (Image.FromFile ( 01.png ))
imageList1.Images.Add (Image.FromFile ( 02.png ))
listView1.SmallImageList = imageList1
listView1.Items.Add ( My Beautiful Life )
listView1.Items.Add ( Tuoling mountain )
listView1.Items [0] .ImageIndex = 0
listView1.Items [1] .ImageIndex = 1
To Search:
File list (Check if you may need any files):
ListViewAddIcon\ListViewAddIcon\bin\Debug\01.png
...............\...............\...\.....\02.png
...............\...............\Form1.cs
...............\...............\Form1.designer.cs
...............\...............\Form1.resx
...............\...............\ListViewAddIcon.csproj
...............\...............\Program.cs
...............\...............\...perties\AssemblyInfo.cs
...............\...............\..........\Resources.Designer.cs
...............\...............\..........\Resources.resx
...............\...............\..........\Settings.Designer.cs
...............\...............\..........\Settings.settings
...............\ListViewAddIcon.sln
...............\ListViewAddIcon.suo
...............\...............\bin\Debug
...............\...............\bin
...............\...............\Properties
...............\ListViewAddIcon
ListViewAddIcon