ScrollViewerView Class

Definition

Provides a view for a ScrollViewer when its view is changing.

public ref class ScrollViewerView sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ScrollViewerView final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ScrollViewerView
Public NotInheritable Class ScrollViewerView
Inheritance
Object Platform::Object IInspectable ScrollViewerView
Attributes

Properties

HorizontalOffset

Gets the distance the content has been scrolled horizontally.

VerticalOffset

Gets the distance the content has been scrolled vertically.

ZoomFactor

Gets a value that indicates the current zoom factor engaged for content scaling.

Applies to