IVerticalScrollBar.ThumbHeight 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.
Gets the height of the scrollbar thumb in pixels.
public:
property double ThumbHeight { double get(); };
public:
property double ThumbHeight { double get(); };
public double ThumbHeight { get; }
member this.ThumbHeight : double
Public ReadOnly Property ThumbHeight As Double
Property Value
The height of the scrollbar thumb in pixels
Remarks
The last buffer position maps to the bottom of the scrollbar track minus the thumb height.