ScrollPatternIdentifiers.NoScroll Property

Definition

Specifies that scrolling should not be performed.

public:
 static property double NoScroll { double get(); };
static double NoScroll();
public static double NoScroll { get; }
var double = ScrollPatternIdentifiers.noScroll;
Public Shared ReadOnly Property NoScroll As Double

Property Value

Double

double

The value – 1. This is the value to return if a client asks for the scrolling percentage, but scrolling is not enabled.

Applies to