ImageGear .NET v24.14 - Updated
ImGearThumbnailListItem Class
Members 




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace : ImGearThumbnailListItem Class
This class represents a thumbnail item.
Object Model
ImGearThumbnailListItem ClassImGearPresentationPageDisplay Class
Syntax
'Declaration
 
<DefaultEventAttribute("Selected")>
<LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
<ContentPropertyAttribute("Content")>
<DefaultPropertyAttribute("Content")>
<RuntimeNamePropertyAttribute("Name")>
<StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
Public Class ImGearThumbnailListItem 
   Inherits System.Windows.Controls.ListBoxItem
'Usage
 
Dim instance As ImGearThumbnailListItem
[DefaultEvent("Selected")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[ContentProperty("Content")]
[DefaultProperty("Content")]
[RuntimeNameProperty("Name")]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
public class ImGearThumbnailListItem : System.Windows.Controls.ListBoxItem 
[DefaultEvent("Selected")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[ContentProperty("Content")]
[DefaultProperty("Content")]
[RuntimeNameProperty("Name")]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
public __gc class ImGearThumbnailListItem : public System.Windows.Controls.ListBoxItem 
[DefaultEvent("Selected")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[ContentProperty("Content")]
[DefaultProperty("Content")]
[RuntimeNameProperty("Name")]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
public ref class ImGearThumbnailListItem : public System.Windows.Controls.ListBoxItem 
Remarks
Thumbnail items do not load until they are initially displayed. When thumbnail items are initially displayed, the ImGearThumbnailList control asynchronously loads and resizes the images using a System.ComponentModel.BackgroundWorker. The thumbnail image and marks are stored in a memory cache so they can be quickly displayed again if scrolled out of view and back into view.
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        System.Windows.Controls.ListBoxItem
                           ImageGear.Windows.Controls.ImGearThumbnailListItem

See Also

Reference

ImGearThumbnailListItem Members
ImageGear.Windows.Controls Namespace