[]
        
(Showing Draft Content)

C1.WPF.Core.Automation.ScrollViewerAutomationPeer.SetScrollPercent

SetScrollPercent Method

SetScrollPercent(double, double)

Declaration
public void SetScrollPercent(double horizontalPercent, double verticalPercent)
Public Sub SetScrollPercent(horizontalPercent As Double, verticalPercent As Double)
Parameters
Type Name Description
double horizontalPercent
double verticalPercent
Implements