Can the maximum and minimum value limits of this slider only be specified when the component is created, or can I dynamically control the maximum and minimum value limits through code during execution?
In other words, I would like to know if it's possible to adjust the max and min values of the slider programmatically after it has been initialized, instead of only being able to set them during the component's creation.
Can the maximum and minimum value limits of this slider only be specified when the component is created, or can I dynamically control the maximum and minimum value limits through code during execution?
In other words, I would like to know if it's possible to adjust the max and min values of the slider programmatically after it has been initialized, instead of only being able to set them during the component's creation.