ImageGear for .NET User Guide > Using ImageGear for .NET > Using ImageGear.Windows.Forms.Thumbnails Namespace > The GUI Thumbnail Window > Sorting |
The thumbnail items are displayed unsorted by default. The application can re-sequence them by calling Sort. The call to Sort can specify that the items should be sorted by title (ascending or descending), or that a custom sort sequence can be provided. A custom sort sequence is implemented via a SortComparer interface.