Class ScrollingContent

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.HtmlComponent
com.vaadin.flow.component.HtmlContainer
com.vaadin.flow.component.html.Div
com.storedobject.ui.ScrollingContent
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.ClickNotifier<com.vaadin.flow.component.html.Div>, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasOrderedComponents, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasText, Serializable
Direct Known Subclasses:
CardDashboard

public class ScrollingContent extends com.vaadin.flow.component.html.Div
Represents a container component that manages a scrolling content area along with an optional header. It is designed to handle both the header and content sections flexibly, where the content area supports scrolling and the header has a fixed height.

This class extends Div and provides a customizable structure for laying out a header and a scrollable content area. It is styled and configured by default to support these features but also allows further customization.
Author:
Syam
See Also: