Sorts the items of the ImageList control.
public void Sort(Leadtools.Windows.Controls.SortOrder options)
Public Sub Sort( _ByVal options As Leadtools.Windows.Controls.SortOrder _)
public:void Sort(Leadtools.Windows.Controls.SortOrder options)
options
Sort order.
Call this method to sort the items inside the ImageList control. The control will use each item IImageListItem.Text property to determine its location in the control.
property.
Imports Leadtools.Windows.ControlsImports Leadtools.CodecsImports LeadtoolsPublic Sub ImageList_Sort(ByVal imageList As ImageList)imageList.Orientation = Orientation.Horizontal' Append the new item to the image list controlDim imageFileName As String = Path.Combine(LEAD_VARS.ImagesDir, "cannon.jpg")Dim item As ImageListItem = New ImageListItem()item.Source = New BitmapImage(New Uri(imageFileName))item.Text = "New Item"imageList.Items.Add(item)Dim nIndex As Integer = imageList.Items.IndexOf(item)' Make sure this new item is visible to the userimageList.Sort(SortOrder.Descending)End SubPublic NotInheritable Class LEAD_VARSPublic Const ImagesDir As String = "C:\Users\Public\Documents\LEADTOOLS Images"End Class
using Leadtools.Help;using Leadtools.Windows.Controls;using Leadtools;using Leadtools.Codecs;public void ImageList_Sort(ImageList imageList){imageList.Orientation = Orientation.Horizontal;// Append the new item to the image list controlstring imageFileName = Path.Combine(LEAD_VARS.ImagesDir, "cannon.jpg");ImageListItem item = new ImageListItem();item.Source = new BitmapImage(new Uri(imageFileName));item.Text = "New Item";imageList.Items.Add(item);int nIndex = imageList.Items.IndexOf(item);// Make sure this new item is visible to the userimageList.Sort(SortOrder.Descending);}static class LEAD_VARS{public const string ImagesDir = @"C:\Users\Public\Documents\LEADTOOLS Images";}
using Leadtools.Help;using Leadtools.Windows.Controls;public void ImageList_Sort(ImageList imageList){imageList.Orientation = Orientation.Horizontal;// Append the new item to the image list controlstring imageFileName = LeadtoolsExamples.Common.ImagesPath.Path + "cannon.jpg";ImageListItem item = new ImageListItem();item.Source = new BitmapImage(new Uri(imageFileName));item.Text = "New Item";imageList.Items.Add(item);int nIndex = imageList.Items.IndexOf(item);// Make sure this new item is visible to the userimageList.Sort(SortOrder.Descending);}
Imports Leadtools.Windows.ControlsPublic Sub ImageList_Sort(ByVal imageList As ImageList)imageList.Orientation = Orientation.Horizontal' Append the new item to the image list controlDim imageFileName As String = LeadtoolsExamples.Common.ImagesPath.Path & "cannon.jpg"Dim item As ImageListItem = New ImageListItem()item.Source = New BitmapImage(New Uri(imageFileName))item.Text = "New Item"imageList.Items.Add(item)Dim nIndex As Integer = imageList.Items.IndexOf(item)' Make sure this new item is visible to the userimageList.Sort(SortOrder.Descending)End Sub
|
Products |
Support |
Feedback: Sort Method - Leadtools.Windows.Controls |
Introduction |
Help Version 19.0.2017.3.22
|

Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.