barsPerRow
Description​
Limit the displayed bars per system (row). (-1 for automatic mode) This setting sets the number of bars that should be put into one row during layouting. This setting is only respected
when using the Page
where bars are aligned in systems. Demo.
- JavaScript
- C#
- Kotlin
barsPerRow: number = -1;
double BarsPerRow { get; set; } = -1
var barsPerRow: Double = -1