MinMaxSlider
A dual-handle range slider for selecting a minimum and maximum value within a fixed range. Maps to UIToolkit’s MinMaxSlider.
Constructor
MinMaxSlider
Creates an MinMaxSlider element.
| Parameter | Description |
|---|---|
minValue | The current low handle value. |
maxValue | The current high handle value. |
lowLimit | The minimum allowed value for the low handle. |
highLimit | The maximum allowed value for the high handle. |
onChanged | Callback invoked when either handle changes. |
label | Optional label text shown beside the slider. |
key | An optional key for reconciliation identity. |
Properties
HighLimit
The maximum allowed value for the high handle.
Label
An optional text label displayed alongside the slider. Null means no label is shown.
LowLimit
The minimum allowed value for the low handle.
MaxValue
The current high (maximum) handle value.
MinValue
The current low (minimum) handle value.
OnChanged
Callback invoked whenever either handle changes. Receives the new low and high values as arguments.
Methods
ShouldRebuild
Last updated on