Spread ASP.NET 17
Spread for ASP.NET 17 Product Documentation / Developer's Guide / Using Touch Support with the Component / Using Touch Support / Using Touch Support when Moving Rows
In This Topic
    Using Touch Support when Moving Rows
    In This Topic

    You can use touch gestures to move rows.

    Tap the row header to select it, then slide to the target location. Release to move the row.

     Moving Rows

    Select a row header range and then press and slide to move the range. Release to complete the action.

    Moving Range

    The AllowRowMove property must be true to move rows.

    Refer to Using Touch Support with Selections for more information on how to select a column or row.

    Using Code

    Set the AllowRowMove property

    Example

    C#
    Copy Code
    FpSpread1.ActiveSheetView.AllowRowMove = true;
    
    VB
    Copy Code
    FpSpread1.ActiveSheetView.AllowRowMove = true;