Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DynamicSizeMode

    Show / Hide Table of Contents

    Class DynamicSizeMode

    Defines the dynamic size option for SfExpander.

    Inheritance
    System.Object
    DynamicSizeMode
    Namespace: Syncfusion.XForms.Expander
    Assembly: Syncfusion.Expander.XForms.dll
    Syntax
    public sealed class DynamicSizeMode : Enum

    Fields

    Content

    Indicates that the Content gets re-measured and layout when its size is updated at runtime.

    Declaration
    public const DynamicSizeMode Content
    Field Value
    Type Description
    DynamicSizeMode

    Header

    Indicates that the Header gets re-measured and layout when its size is updated at runtime.

    Declaration
    public const DynamicSizeMode Header
    Field Value
    Type Description
    DynamicSizeMode

    None

    Indicates that the dynamic changes of Header and Content will not be considered.

    Declaration
    public const DynamicSizeMode None
    Field Value
    Type Description
    DynamicSizeMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved