menu

Class ResizingMode - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResizingMode

    Defines the constants that specify whether to resize the column on touch-up or touch moved action.

    Inheritance
    System.Object
    ResizingMode
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public sealed class ResizingMode : Enum

    Fields

    OnMoved

    Specifies that resizing happens as the resizing indicator moves.

    Declaration
    public const ResizingMode OnMoved
    Field Value
    Type
    ResizingMode

    OnTouchUp

    Specifies that resizing happens on touch-up.

    Declaration
    public const ResizingMode OnTouchUp
    Field Value
    Type
    ResizingMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved