Class VirtualizingStackPanel
Inheritance
System.Object
VirtualizingStackPanel
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class VirtualizingStackPanel : VirtualizingPanel, IAutomationPeer, IPeerConverter, IVirtualizingStackPanel, IFrameworkElement, ITargetElement
Constructors
VirtualizingStackPanel()
Declaration
public VirtualizingStackPanel()
Fields
CanHorzontallyScrollProperty
Declaration
public static AutomationProperty CanHorzontallyScrollProperty
Field Value
CanVerticallyScrollProperty
Declaration
public static AutomationProperty CanVerticallyScrollProperty
Field Value
ExtentHeightProperty
ExtentWidthProperty
HorizontalOffsetProperty
Declaration
public static AutomationProperty HorizontalOffsetProperty
Field Value
OrientationProperty
VerticalOffsetProperty
ViewportHeightProperty
ViewportWidthProperty
Properties
CanHorizontallyScroll
Declaration
public bool CanHorizontallyScroll { get; set; }
Property Value
System.
|
CanVerticallyScroll
Declaration
public bool CanVerticallyScroll { get; set; }
Property Value
System.
|
ExtentHeight
Declaration
public double ExtentHeight { get; }
Property Value
System.
|
ExtentWidth
Declaration
public double ExtentWidth { get; }
Property Value
System.
|
HorizontalOffset
Declaration
public double HorizontalOffset { get; }
Property Value
System.
|
Orientation
VerticalOffset
Declaration
public double VerticalOffset { get; }
Property Value
System.
|
Implements
ViewportHeight
Declaration
public double ViewportHeight { get; }
Property Value
System.
|
ViewportOffset
Declaration
public int ViewportOffset { get; }
Property Value
System.
|
Implements
ViewportWidth
Declaration
public double ViewportWidth { get; }
Property Value
System.
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|
Overrides
SetVerticalOffset(Double)
Declaration
public void SetVerticalOffset(double offset)
Parameters
System.
|