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 |