menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AppointmentResizeController - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AppointmentResizeController

    Represents a class that handles the appointment resizing operation in SfScheduler control.

    Inheritance
    System.Object
    AppointmentResizeController
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.Scheduler.WinUI.dll
    Syntax
    public class AppointmentResizeController : Object

    Constructors

    AppointmentResizeController(SfScheduler)

    Initializes a new instance of the AppointmentResizeController class.

    Declaration
    public AppointmentResizeController(SfScheduler scheduler)
    Parameters
    Type Name Description
    SfScheduler scheduler

    The scheduler.

    Properties

    AllowAutoScroll

    Gets or sets a value indicating whether auto scroll the timeslots when resizing reaches end of view port area.

    Declaration
    public bool AllowAutoScroll { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    Set time delay for starting auto scroll when end of view port reached using AutoScrollDelay property.

    AutoScrollDelay

    Gets or sets the auto scrolling time delay to start the auto scroll when end of view port is reached while resizing an appointment.

    Declaration
    public TimeSpan AutoScrollDelay { get; set; }
    Property Value
    Type
    System.TimeSpan
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved