|
|
|
|
|
LayoutAdaptSize (Function) Resizes a Layout control in order for all its cells to be entirely visible, without empty area.
LAYOUT_Parameter[2]..Visible = NOT LAYOUT_Parameter[2]..Visible
LayoutAdaptSize(LAYOUT_Parameter)
Sintaxis
LayoutAdaptSize(<Layout control>)
<Layout control>: Control name Name of the Layout control to be used. Observaciones - Resizing the Layout control may resize its parent controls (especially if none of them is anchored to content).
- Changing the size of the Layout control may not be possible or may be limited by the constraints of the field and/or its parent fields: min/max size reached, anchoring, presence of scrollbar, etc.
- The overflow options of Layout control are ignored.
- The option allowing (or not) the reduction of parent is ignored. Reminder By default, the "Minimize parent" checkbox performs minimization only during window initialization (window minimization is not performed during runtime). LayoutAdaptSize is used to reduce the parent of Layout control at any time.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|