|
|
|
|
|
- Overview
- Creating a "Drawer" control in a window
- Creating a "Drawer" control in a page
- Characteristics of Drawer controls
- Drawer control found in a window
- Drawer control found in a page
- Programming a Drawer control
- Expanding/Collapsing a Drawer control
The Drawer control can contain other controls and it is intended to make UI design easier. It can be expanded in order to display (or not) the integrated controls. The collapse/expand operation of control can be done: - by clicking the control title,
- through programming.
Characteristics of Drawer controls Programming a Drawer control Expanding/Collapsing a Drawer control To collapse a Drawer control, use the following syntax: <Name of Drawer control> = False To expand a Drawer control, use the following syntax: <Name of Drawer control> = True
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|