Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 994 Bytes

bringintoviewrequestedeventargs_verticaloffset.md

File metadata and controls

27 lines (16 loc) · 994 Bytes
-api-id -api-type
P:Windows.UI.Xaml.BringIntoViewRequestedEventArgs.VerticalOffset
winrt property

Windows.UI.Xaml.BringIntoViewRequestedEventArgs.VerticalOffset

-description

Gets or sets the vertical distance to add to the viewport-relative position of the TargetRect after satisfying the requested VerticalAlignmentRatio.

-property-value

The vertical distance to add to the viewport-relative position of the TargetRect after satisfying the requested VerticalAlignmentRatio.

-remarks

This value can be modified by event handlers as the event bubbles. A scrolling control that partially or fully satisfies the request will adjust the requested VerticalOffset to reflect the remaining amount that it could not satisfy.

-see-also

-examples