DisplayHorizontalScrollBarHeight Property

CVB.Net Documentation
Gets the height of the horizontal scroll bar.

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public double HorizontalScrollBarHeight { get; }

Property Value

Type: Double
Height of the actual horizontal scroll bar; 0 if none is shown.
Remarks

I know, lookless controls and you shouldn't do that, but it is so very useful for laying out things...
See Also

Reference