What's the equivalent of Slider.IsMoveToPointEnabled in Avalonia?
CodePudding user response:
The answer is that MoveToPoint is the default behavior in Avalonia.
To get WPF behaviors, need to set
IsSnapToTickEnabled="True"
What's the equivalent of Slider.IsMoveToPointEnabled in Avalonia?
CodePudding user response:
The answer is that MoveToPoint is the default behavior in Avalonia.
To get WPF behaviors, need to set
IsSnapToTickEnabled="True"