TextField.DefaultAutoSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true, the text field's minimum reported size will grow to accomodate the length of the diplay text. Autosizable text fields will still respect the minimum size specified in the AnchoringBehavior.
public:
property bool DefaultAutoSize { bool get(); void set(bool value); };
public bool DefaultAutoSize { get; set; }
member this.DefaultAutoSize : bool with get, set
Public Property DefaultAutoSize As Boolean
Property Value
Remarks
This option is not supported for multi-line text fields.