DVX_GUI/apps/dvxbasic/controls/wrapbox.dhs

25 lines
624 B
Text

.topic ctrl.wrapbox
.title WrapBox
.toc 1 WrapBox
.index WrapBox
.index Flow Layout
.h1 WrapBox
DVX Extension -- DVX Widget: wrapbox
A container that arranges children in a flowing layout, wrapping to the next row when the available width is exceeded. Similar to CSS flexbox with flex-wrap: wrap.
.h2 Type-Specific Properties
.table
Property Type Description
--------- ---- -------------------------------------------
Alignment Enum Horizontal alignment of items: Left, Center, or Right.
.endtable
Container: Yes
Default Event: Click
.link ctrl.common.props Common Properties, Events, and Methods