ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Enumerations > enumIGGUIWinCtlSortoptions Enumeration |
This enumeration lists the options for how to sort the thumbnail items in the control when calling the SetParentCtls Method.
IG_GUIWINCTL_TITLE_ASCENDING | The thumbnail items will be sorted by title, in ascending order. |
IG_GUIWINCTL_TITLE_DESCENDING | The thumbnail items will be sorted by title, in descending order. |
IG_GUIWINCTL_VIA_CALLBACK | The thumbnail items will be sorted into an order determined by the DoSort Event handler in your application. |