Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.01 KB

iscrollcontroller_setvalues_1775578009.md

File metadata and controls

43 lines (23 loc) · 1.01 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Primitives.IScrollController.SetValues(System.Double,System.Double,System.Double,System.Double)
winrt method

Microsoft.UI.Xaml.Controls.Primitives.IScrollController.SetValues(System.Double,System.Double,System.Double,System.Double)

-description

Provides dimension information about the scrolling control to the scroll controller.

-parameters

-param minOffset

Specifies the minimum offset allowed for the relevant scrolling orientation.

-param maxOffset

Specifies the maximum offset allowed for the relevant scrolling orientation.

-param offset

Specifies the current offset value.

-param viewportLength

Specifies the length of the scrolling control's viewport.

-remarks

The scrolling control is typically a ScrollPresenter, but may be another control that enables scrolling.

-see-also

-examples