Skip to main content
All docs
V25.1
  • 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

    public enum MemoEditLayoutControlAutoHeightMode

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

    Related API Members

    The following properties accept/return MemoEditLayoutControlAutoHeightMode values:

    See Also