Back to Devexpress

MemoEditLayoutControlAutoHeightMode Enum

windowsforms-devexpress-dot-xtraeditors-545483fb.md

latest1.6 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum MemoEditLayoutControlAutoHeightMode
vb
Public Enum MemoEditLayoutControlAutoHeightMode

Members

NameDescription
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

DevExpress.XtraEditors Namespace