ion-scroll
Defines a Scroll Area component.
This component is a non-flexboxed scroll area that can scroll horizontally or vertically.
Scroll Area can be used in places where you may not need a full page scroller, but a highly customized one, such as image scubber or comment scroller.
For more information: Scroll.
Name | Description |
---|---|
Max. Zoom | Set the max zoom amount. |
Scroll X | If true, scrolling along the X axis is enabled. |
Scroll Y | If true, scrolling along the Y axis is enabled. (requires the following CSS declaration: ion-scroll { white-space: nowrap; } ). |
Zoom | If true, zooming is enabled. |
Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. |
Identifier | Defines the component identifier. |
Is active | Defines whether the component is active. |