ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Resizing the current widget Hide the details
Width of current widget in number of cells or in pixels. The minimum size corresponds to a cell. The value in pixels is rounded to correspond to an integer number of cells. The widget used corresponds to the control to which the current event belongs (Widget or control belonging to the Widget).
Height of current widget in number of cells or in pixels. The minimum size corresponds to a cell. The value in pixels is rounded to correspond to an integer number of cells.The widget used corresponds to the control to which the current event belongs (Widget or control belonging to the Widget).
Allows you to define the unit used and the reorganization mode: dashNoReorganizationResizes the widget without reorganizing the adjacent widgets.Caution: Using the dashNoReorganization constant may produce an incorrect display (with overlapping widgets). When using this constant, it is important to entirely reorganize the Dashboard control with DashResizeWidget and DashMoveWidget.dashUnitCell(Default value)The unit used for the widget size is a number of cells.dashUnitPixelThe unit used for the widget size is the pixel.
Resizing a wigdet identified by its subscript Hide the details
Name of Dashboard control to use.
Subscript of widget to use. This subscript corresponds to:the addition number of the widget defined in the window editor or in the page editor.the addition number of widget returned by DashAddWidget.
Width of widget in number of cells or in pixels. The minimum size corresponds to a cell. The value in pixels is rounded to correspond to an integer number of cells.
Height of the widget in number of cells or in pixels. The minimum size corresponds to a cell. The value in pixels is rounded to correspond to an integer number of cells.
Rule used for calculating cells
Last update: 08/27/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: