ScrollPatternIdentifiers.NoScroll Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.