InterfaceIVirtualizingStackPanel
Interface
Represents interface for the Xaml VirtualizingStackPanel control wrappers.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public interface IVirtualizingStackPanel : IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
VerticalOffset
Get the vertical offset.
ViewportOffset
Get the viewport offset.
Methods
SetVerticalOffset(double)
Set the vertical offset.
Declaration
cs-api-definition
void SetVerticalOffset(double offset)
Parameters
offset
The offset to set.