Click or drag to resize

GH_DigitScrollerBaseSetupScroller Method

Set the minimum, maximum and value fields simultaneously.

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void SetupScroller(
	decimal minimum,
	decimal maximum,
	decimal value
)

Parameters

minimum
Type: SystemDecimal
maximum
Type: SystemDecimal
value
Type: SystemDecimal
See Also