Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XAMARIN-43560-drag and drop issue note is added #338

Merged
merged 5 commits into from
Jul 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion winui/Scheduler/Appointment-Drag-And-Drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ documentation: ug

The Scheduler supports to reschedule the appointment by performing the drag and drop operation.

N> The Syncfusion WinUI controls have been upgraded to Windows App SDK 1.1 [release note](https://help.syncfusion.com/winui/release-notes/v20.2.0.36), and there is a framework break with Drag and Drop functionality and the following framework issue in this report [link](https://github.com/microsoft/microsoft-ui-xaml/issues/7231), so appointment drag and drop will not work until the framework resolves this issue.

## Disable drag and drop

The Scheduler supports disabling the appointment drag and drop by setting the [AppointmentEditFlag](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.Scheduler.AppointmentEditFlag.html) property except [DragDrop](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.Scheduler.AppointmentEditFlag.html#Syncfusion_UI_Xaml_Scheduler_AppointmentEditFlag_DragDrop). In this case, appointment drag and drop cannot be performed.
Expand Down Expand Up @@ -126,4 +128,4 @@ private void Schedule_AppointmentDropping(object sender, AppointmentDroppingEven
//To notify when the appointment is dropping.
}
{% endhighlight %}
{% endtabs %}
{% endtabs %}