Control - TouchSize Property

Determines whether a control can be resized

Member of Control (PRIM_CTRL)

Data Type - Enumeration

Details

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.

Allowed Values

Enum ValueDescription
AllThe control can be sized, vertically and horizontally
ParentAll sizing processing will be directed to the parent control


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2