ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class
Fields Properties Methods Events


In This Topic
    ImGearThumbnailList Class Members
    In This Topic

    The following tables list the members exposed by ImGearThumbnailList.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImGearThumbnailList class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Cache item containers dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents DisplayMarks dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents ItemBackground dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents ItemBorderBrush dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents ItemBorderThickness dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents ItemCaptionBackground dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents ItemCaptionForeground dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents ItemHeight dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents ItemsMargin dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents ItemWidth dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents ScrollDirection dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents SelectedPageDisplay dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents XSpacing dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents YSpacing dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a cache for storing and retrieving ImGearARTPages associated with thumbnail items.  
    Public PropertyGets or sets a value indicating whether item containers that are out of view are cached.  
    Public PropertyGets or sets a value indicating whether marks are displayed in thumbnails.  
    Public PropertyGets or sets the Brush that specifies how the background of thumbnail items is painted.  
    Public PropertyGets or sets the Brush that specifies how the border of thumbnail items is painted.  
    Public PropertyGets or sets the thickness of the border of thumbnail items.  
    Public PropertyGets or sets the Brush that specifies how the background of the Caption of thumbnail items is painted.  
    Public PropertyGets or sets the Brush that specifies how the foreground of the Caption of thumbnail items is painted.  
    Public PropertyGets or sets the height, in WPF device independent units, of each thumbnail item.  
    Public PropertyGets or sets the region within the control (in WPF device independent units) where thumbnail items are displayed.  
    Public PropertyGets or sets a collection used to generate the content of the thumbnail control.  
    Public PropertyGets or sets the width, in WPF device independent units, of each thumbnail item.  
    Public PropertyGets or sets the direction the thumbnail items will scroll in the control.  
    Public PropertyGets a command for scrolling to the first item in the thumbnail list.  
    Public PropertyGets a command for scrolling to the last item in the thumbnail list.  
    Public PropertyGets a command for scrolling to the next band of thumbnails in the thumbnail list.  
    Public PropertyGets a command for scrolling to the next page of thumbnails in the thumbnail list.  
    Public PropertyGets a command for scrolling to the previous band of thumbnails in the thumbnail list.  
    Public PropertyGets a command for scrolling to the previous page of thumbnails in the thumbnail list.  
    Public PropertyGets or sets the page display that contains the source image and marks of the selected thumbnail item.  
    Public PropertyGets a command for selecting the first item in the thumbnail list.  
    Public PropertyGets a command for selecting the last item in the thumbnail list.  
    Public PropertyGets a command for selecting the next band item in the thumbnail list.  
    Public PropertyGets a command for selecting the next item in the thumbnail list.  
    Public PropertyGets a command for selecting the previous band item in the thumbnail list.  
    Public PropertyGets a command for selecting the previous item in the thumbnail list.  
    Public PropertyGets or sets the amount of horizontal space between thumbnails displayed on the control, in WPF device independent units.  
    Public PropertyGets or sets the amount of vertical space between thumbnails displayed on the control, in WPF device independent units.  
    Top
    Public Methods
     NameDescription
    Public MethodCauses the ThumbnailList to fire the MarksLoading event for each thumbnail item that does not have an associated ImGearARTPage in the ThumbnailList.ARTPageCache.  
    Public MethodReloads the images in the thumbnail items that are currently displayed.  
    Public MethodReloads the images in the thumbnail items that are currently displayed.  
    Public MethodOverloaded. Causes the thumbnail item at the specified index to scroll into view.  
    Public MethodScrolls to the first item in the thumbnail list.  
    Public MethodScrolls to the last item in the thumbnail list.  
    Public MethodScrolls the next band of thumbnail items into view.  
    Public MethodScrolls the next page of thumbnail items into view.  
    Public MethodScrolls the previous band of thumbnail items into view.  
    Public MethodScrolls the previous page of thumbnail items into view.  
    Public MethodSelects the first item in the thumbnail list.  
    Public MethodSelects the last item in the thumbnail list.  
    Public MethodSelects the next band item in the thumbnail list.  
    Public MethodSelects the next item in the thumbnail list.  
    Public MethodSelects the previous band item in the thumbnail list.  
    Public MethodSelects the previous item in the thumbnail list.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Clears the container for the item.  
    Protected MethodOverridden. Create or identify the element used to display the given item.  
    Protected MethodOverridden. Return true if the item is (or is eligible to be) its own ItemContainer.  
    Protected MethodOverridden. Fires when items are removed or added to the thumbnail list.  
    Protected MethodOverridden. Fires when a key is pressed.  
    Protected MethodOccurs when a point is added to the mark.  
    Protected MethodOccurs when a requery is suggested.  
    Protected MethodOverridden. Fires when the thumbnail items are selected or deselected.  
    Protected MethodOverridden. Prepares the specified element to display the specified item.  
    Top
    Public Events
     NameDescription
    Public EventThis event is called when a thumbnail item is first generated and can be used to load the marks for the thumbnail item.  
    Public EventOccurs when the command manager detects conditions that might change the ability of a command to execute.  
    Top
    See Also