Skip to main content

Scroller


The Scroller element enables vertical or horizontal scrollable regions within a screen. Use this container to display long content that exceeds the visible viewport. This element supports child components and ensures layout flexibility without requiring paging or multiple screens.

Scroller container with scrollbar visible

Properties

PropertyValueDescription
TypeScrollerUI component type
GroupScrollerBelongs to the scrollable container group
Identifier42Unique element ID
PreviewDisplays preview image
ChildrenYAccepts nested content
ValueNot a value-based element
MandatoryOptional element
ErrorNo validation logic
MinNot applicable
MaxNot applicable
Read-onlyAlways non-interactive
ListNot a list-based container
Text, IconDoes not include text or icons
EventDoes not trigger events directly
ShadeDoes not include shaded background

Usage Example

<Scroller>
<Section title="Visit Summary" />
<Group>
<Edit label="Diagnosis and treatment" />
<Link label="Edit" />
</Group>
</Scroller>

SDK Integration

The Visit Took Place wizard uses this element to contain multiple editable sections within a scrollable frame.

Method: /account/reset-password

This route completes the post-visit flow. The scroller groups the full summary, charges, and document blocks into one navigable view.


Example UI Placement

LevelIDTypeDescription
1summary-scrollScrollerWraps the full visit summary UI

Notes

  • Use when content height exceeds the screen size.
  • Avoid placing form submit buttons inside the scroll area unless pinned.
  • Supports vertical and horizontal scrolling, depending on layout.