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


In This Topic
    ImGearVirtualizingWrapPanel Class Members
    In This Topic

    The following tables list the members exposed by ImGearVirtualizingWrapPanel.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImGearVirtualizingWrapPanel class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Cache item containers dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Child height dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Child width dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Scroll direction dependency property.  
    Public Fieldstatic (Shared in Visual Basic)X spacing dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Y spacing dependency property.  
    Top
    Public Properties
     NameDescription
    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 the control can be scrolled horizontally.  
    Public PropertyGets or sets a value indicating whether the control can be scrolled vertically.  
    Public PropertyGets or sets the child height.  
    Public PropertyGets or sets the child width.  
    Public PropertyGets the extent height.  
    Public PropertyGets the extent width.  
    Public PropertyGets the horizontal offset.  
    Public PropertyGets or sets the scroll direction.  
    Public PropertyGets or sets the scroll owner.  
    Public PropertyGets the vertical offset.  
    Public PropertyGets the viewport height.  
    Public PropertyGets the viewport width.  
    Public PropertyGets or sets the X spacing.  
    Public PropertyGets or sets the Y spacing.  
    Top
    Public Methods
     NameDescription
    Public MethodMoves down a line.  
    Public MethodMoves left a line.  
    Public MethodMoves right a line.  
    Public MethodMoves up a line.  
    Public MethodMakes the specified rectangle visible.  
    Public MethodMouse wheel down.  
    Public MethodMouse wheel left.  
    Public MethodMouse wheel right.  
    Public MethodMouse wheel up.  
    Public MethodMoves down a page.  
    Public MethodMoves left a page.  
    Public MethodMoves right a page.  
    Public MethodMoves up a page.  
    Public MethodSets the horizontal offset.  
    Public MethodSets the vertical offset.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Arrange the children.  
    Protected MethodOverridden. Measure the children.  
    Protected MethodOverridden. When items are removed, remove the corresponding UI if necessary.  
    Top
    See Also