ViewDrawScrollBarSetScrollValues Method |
Update the scrollbar with the latest scrolling values.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SetScrollValues(
int min,
int max,
int smallChange,
int largeChange,
int offset
)
Parameters
- min Int32
- Scroll minimum value.
- max Int32
- Scroll maximum value.
- smallChange Int32
- Size of a small change.
- largeChange Int32
- Size of a large change.
- offset Int32
- Current scrolling offset.
See Also