Determines whether a control can be resized
Member of Control (PRIM_CTRL)
Data Type - Enumeration
The TouchSize property determines whether a control can be resized by the user. Touch sizing will directly affect the Height and Width properties of the control. Controls whose size is governed by a layout manager cannot be resized as the layout will alwways ensure the correct size.
Enum Value | Description |
---|---|
All | The control can be sized, vertically and horizontally |
Parent | All sizing processing will be directed to the parent control |
Febuary 18 V14SP2