Creates a scroll area similar to an ion-content component.

Properties

Properties

scrollX: boolean = false

If you want to enable the content scrolling in the X axis, set this property to true.

scrollY: boolean = true

If you want to disable the content scrolling in the Y axis, set this property to false.

Generated using TypeDoc