player.scrollSpeed
player.scrollSpeedJavaScript
player.scrollSpeedJSON
Player.ScrollSpeed.net
player.scrollSpeedAndroid
Description​
How fast the scrolling to the new position should happen. If possible from the platform, alphaTab will try to do a smooth scrolling to the played bar.
This setting defines the speed of scrolling in milliseconds.
Note that nativeBrowserSmoothScroll
must be set to false
for this to have an effect.
- JavaScript
- C#
- Kotlin
scrollSpeed: number = 300;
double ScrollSpeed { get; set; } = 300
var scrollSpeed: Double = 300