The following tables list the members exposed by ISupportsAutoSize.
Name | Description | |
---|---|---|
AutoSize | Gets or sets the whether the editor should autosize. Default should be false. | |
MaxHeight | Gets or sets the max height the edit control can be resized to. If it's 0, then it should be ignored. | |
MaxWidth | Gets or sets the max width the edit control can be resized to. If it's 0, then it should be ignored. | |
StartHeight | Gets or sets the starting height of the edit control. Editor sets its underlying control's height to this height when going into edit mode. If this is 0, then it should be ignored. | |
StartWidth | Gets or sets the starting width of the edit control. Editor sets its underlying control's width to this width when going into edit mode. If this is 0, then it should be ignored. |