-
Notifications
You must be signed in to change notification settings - Fork 13
Spinner
mdavisprog edited this page Apr 5, 2023
·
2 revisions
Spinner container consists of a TextInput control and two buttons that will increment or decrement the internal value. The buttons can be oriented to either be horizontal or vertical.
| Name | Description |
|---|---|
| OnLoad | A Window may have its controls defined within a JSON stream. The Window will parse the stream into a hierarchy of JSON objects and is passed to each control to give them an opportunity to load any properties that define the control. The stream can come from a list of places such as a disk, memory, or network stream. RootThe Json object containing the properties to load for this control. |