core.enableLazyLoading
core.enableLazyLoadingJavaScript
enableLazyLoadingJavaScript
core.enableLazyLoadingJSON
enableLazyLoadingJSON
Core.EnableLazyLoading.net
core.enableLazyLoadingAndroid
Description​
Enables lazy loading of the rendered music sheet chunks. AlphaTab renders the music sheet in smaller sub-chunks to have fast UI feedback. Not all of those sub-chunks are immediately appended to the DOM due to performance reasons. AlphaTab tries to detect which elements are visible on the screen, and only appends those elements to the DOM. This reduces the load of the browser heavily but is not working for all layouts and use cases. This setting set to false, ensures that all rendered items are instantly appended to the DOM. The lazy rendering of partial might not be available on all platforms.
- JavaScript
- C#
- Kotlin
enableLazyLoading: boolean = true;
bool EnableLazyLoading { get; set; } = true
var enableLazyLoading: Boolean = true