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
AutomationProperty
|
CanVerticallyScrollProperty
Declaration
public static AutomationProperty CanVerticallyScrollProperty
Field Value
AutomationProperty
|
ExtentHeightProperty
ExtentWidthProperty
HorizontalOffsetProperty
Declaration
public static AutomationProperty HorizontalOffsetProperty
Field Value
AutomationProperty
|
OrientationProperty
VerticalOffsetProperty
ViewportHeightProperty
ViewportWidthProperty
Properties
CanHorizontallyScroll
Declaration
public bool CanHorizontallyScroll { get; set; }
Property Value
System.Boolean
|
CanVerticallyScroll
Declaration
public bool CanVerticallyScroll { get; set; }
Property Value
System.Boolean
|
ExtentHeight
Declaration
public double ExtentHeight { get; }
Property Value
System.Double
|
ExtentWidth
Declaration
public double ExtentWidth { get; }
Property Value
System.Double
|
HorizontalOffset
Declaration
public double HorizontalOffset { get; }
Property Value
System.Double
|
Orientation
VerticalOffset
Declaration
public double VerticalOffset { get; }
Property Value
System.Double
|
Implements
ViewportHeight
Declaration
public double ViewportHeight { get; }
Property Value
System.Double
|
ViewportOffset
Declaration
public int ViewportOffset { get; }
Property Value
System.Int32
|
Implements
ViewportWidth
Declaration
public double ViewportWidth { get; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
SetVerticalOffset(Double)
Declaration
public void SetVerticalOffset(double offset)
Parameters
System.Double
offset
|