Smart Scroll View
The Smart Scroll View is a flexible scrolling widget that can contain a variety of children. It is designed to handle complex scrolling scenarios with different types of content.
Data Source
The Smart Scroll View widget has a Data Source
property that can be used to dynamically generate children widgets. You can input either static data or dynamic data using expressions.
Properties
Controller
An expression to control the scroll position of the view.
Reverse
If true
, the scroll view scrolls in the opposite direction.
Scroll Direction
The direction in which the view scrolls (Vertical
or Horizontal
).
Allow Scroll
If true
, the view will be scrollable.
Default Properties
The Smart Scroll View does not have the standard default properties. Its behavior is primarily controlled by the properties listed above.
Last updated