windowsforms-devexpress-dot-xtraeditors-545483fb.md
Specifies how the height of a MemoEdit control adjusts to fit its content when it is placed within a LayoutControl.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public enum MemoEditLayoutControlAutoHeightMode
Public Enum MemoEditLayoutControlAutoHeightMode
| Name | Description |
|---|---|
None |
MemoEdit height remains fixed and does not adjust to content. A scrollbar appears if the content exceeds the available height.
|
| Default |
Equivalent to None. MemoEdit height remains fixed and does not adjust to content. A scrollbar appears if the content exceeds the available height.
|
| GrowOnly |
MemoEdit height increases to fit content but does not decrease when content is reduced.
|
| GrowAndShrink |
MemoEdit height increases or decreases automatically to fit content.
|
The following properties accept/return MemoEditLayoutControlAutoHeightMode values:
See Also