Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 969 Bytes

bringintoviewrequestedeventargs_verticaloffset.md

File metadata and controls

25 lines (16 loc) · 969 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.BringIntoViewRequestedEventArgs.VerticalOffset
winrt property

Microsoft.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