Click or drag to resize

ViewDrawScrollBarSetScrollValues Method

Update the scrollbar with the latest scrolling values.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SetScrollValues(
	int min,
	int max,
	int smallChange,
	int largeChange,
	int offset
)

Parameters

min
Type: SystemInt32
Scroll minimum value.
max
Type: SystemInt32
Scroll maximum value.
smallChange
Type: SystemInt32
Size of a small change.
largeChange
Type: SystemInt32
Size of a large change.
offset
Type: SystemInt32
Current scrolling offset.
See Also