MemoEditLayoutControlAutoHeightMode Enum
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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Members
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 |
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. |
Related API Members
The following properties accept/return MemoEditLayoutControlAutoHeightMode values: