ClassVirtualizingStackPanel
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
public class VirtualizingStackPanel : VirtualizingPanel, IAutomationPeer, IPeerConverter, IVirtualizingStackPanel, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementPanelVirtualizingPanelVirtualizingStackPanel
Implements:
Inherited Members
Constructors
VirtualizingStackPanel()
Declaration
public VirtualizingStackPanel()
Fields
CanHorzontallyScrollProperty
Declaration
public static AutomationProperty CanHorzontallyScrollProperty
Field Value
CanVerticallyScrollProperty
Declaration
public static AutomationProperty CanVerticallyScrollProperty
Field Value
ExtentHeightProperty
Declaration
public static AutomationProperty ExtentHeightProperty
Field Value
ExtentWidthProperty
Declaration
public static AutomationProperty ExtentWidthProperty
Field Value
HorizontalOffsetProperty
Declaration
public static AutomationProperty HorizontalOffsetProperty
Field Value
OrientationProperty
Declaration
public static AutomationProperty OrientationProperty
Field Value
VerticalOffsetProperty
Declaration
public static AutomationProperty VerticalOffsetProperty
Field Value
ViewportHeightProperty
Declaration
public static AutomationProperty ViewportHeightProperty
Field Value
ViewportWidthProperty
Declaration
public static AutomationProperty ViewportWidthProperty
Field Value
Properties
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
VerticalOffset
Get the vertical offset.
Declaration
public double VerticalOffset { get; }
Property Value
Implements
ViewportOffset
Get the viewport offset.
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.
SetVerticalOffset(double)
Set the vertical offset.
Declaration
public void SetVerticalOffset(double offset)
Parameters
offset
The offset to set.
Implements