This topic contains information on how to get started with the ThumbnailListView control.
ThumbnailListView1.Items.Add( _ New Aurigma.GraphicsMill.WinControls.ThumbnailListItem("C:\file1.jpg")) ThumbnailListView1.Items.Add( _ New Aurigma.GraphicsMill.WinControls.ThumbnailListItem("C:\file2.jpg"))
thumbnailListView1.Items.Add( new Aurigma.GraphicsMill.WinControls.ThumbnailListItem(@"C:\file1.jpg")); thumbnailListView1.Items.Add( new Aurigma.GraphicsMill.WinControls.ThumbnailListItem(@"C:\file2.jpg"));
This is a very basic example which does not demonstrate all features of the ThumbnailListView control. More detailed code example is described in the Using the ThumbnailListView Control as a File Browser topic.