|
|
|
|
|
WinAdaptHeight (Function) In french: FenAdapteHauteur Adapts the window height to the content of controls. The controls are displayed in an optimal way in the window (the scrollbars are deleted if possible).
TableDisplay(WIN_Price.TABLE_Price)
WinAdaptHeight(WIN_Price)
Syntax
WinAdaptHeight([<Window>])
<Window>: Optional window name Name of window to resize. The current window will be used if this parameter is not specified. Remarks A window can be resized in height only if the window contains one of the following controls anchored in height: - List Box control.
- Table control.
- Looper control.
- TreeView control.
- ListView control
- Multiline edit control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|