Indicates if the height for BaseEditor is used as the height for the control when autosizing.
Source position: groupededit.pp line 286
public property TCustomAbstractGroupedEdit.AutoSizeHeightIsEditHeight : Boolean |
AutoSizeHeightIsEditHeight is a Boolean property which indicates if the height for BaseEditor is used as the height for the control when autosizing is enabled. The default value for the property is True.
AutoSizeHeightIsEditHeight is used in the implementation of the CalculatePreferredSize method called when CanAutoSize is True.
|
Represents the control used as the editor for the value in the grouped edit control. |
|
|
Calculates the preferred size for the control with optional space reserved by theme services. |