On This Page
A scroller.
- Fluent
- Declarative
Scroller.builder()
.content(someContent)
.style("width: 20rem;")
.build()
copyThere is no declarative thing for scrollers. Just use a scroller record as in imperative.
Available properties
This is the list of available properties for a popover component:
| Property | Description | Notes |
|---|---|---|
| id | id for this component | |
| cssClasses | list of css classes | content of the css attribute |
| style | inline style attributes | content of the style attribute |
| content | the content inside the scroller |
You can see a full explanation of those properties at https://vaadin.com/docs/latest/components/scroller