scrollable property

  1. @Input()
bool scrollable
getter/setter pair

Whether allow scrolling the scoreboard via scroll buttons.

Scrollable property can be set dynamically during app runtime -- will add or remove window resize listener depending on state of scrollable.

Implementation

@Input()
bool scrollable = false;