Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 994 Bytes

bringintoviewrequestedeventargs_horizontaloffset.md

File metadata and controls

26 lines (16 loc) · 994 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.BringIntoViewRequestedEventArgs.HorizontalOffset
winrt property

Microsoft.UI.Xaml.BringIntoViewRequestedEventArgs.HorizontalOffset

-description

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

-property-value

The horizontal distance to add to the viewport-relative position of the TargetRect after satisfying the requested HorizontalAlignmentRatio.

-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 HorizontalOffset to reflect the remaining amount that it could not satisfy.

-see-also

-examples