ClassVirtualizingStackPanel
Class
Wraps the Wpf VirtualizingStackPanel control.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class VirtualizingStackPanel : VirtualizingPanel, IAutomationPeer, IPeerConverter, IVirtualizingStackPanel, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementPanelVirtualizingPanelVirtualizingStackPanel
Derived Classes:
Implements:
Inherited Members
Constructors
VirtualizingStackPanel()
Declaration
cs-api-definition
public VirtualizingStackPanel()
Fields
OrientationProperty
Declaration
cs-api-definition
public static AutomationProperty OrientationProperty
Field Value
VerticalOffsetProperty
AutomationProperty object for VerticalOffset property.
Declaration
cs-api-definition
public static AutomationProperty VerticalOffsetProperty
Field Value
Properties
Orientation
Declaration
cs-api-definition
public Orientation Orientation { get; set; }
Property Value
VerticalOffset
Get the vertical offset.
Declaration
cs-api-definition
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
cs-api-definition
public void SetVerticalOffset(double offset)
Parameters
offset
The offset to set.
Implements