toggle menu
structures
0.6.0
common
switch theme
search in API
structures
/
ink.ui.structures.layouts
/
ScrollingListLayout
Scrolling
List
Layout
data
class
ScrollingListLayout
(
val
items
:
List
<
UiElement
>
)
:
UiLayout
Scrolling list of UI elements.
Members
Constructors
Scrolling
List
Layout
Link copied to clipboard
constructor
(
items
:
List
<
UiElement
>
)
Properties
items
Link copied to clipboard
val
items
:
List
<
UiElement
>
Elements to be displayed in the scrolling section of the layout.