Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.14 KB

File metadata and controls

27 lines (19 loc) · 1.14 KB
title page_title description slug canonicalLink position
Moving and Resizing
Moving and Resizing - Scheduler - Kendo UI for Vue
Change the checkbox and the snap states of the Kendo UI Scheduler wrapper for Vue.
snap_move_scheduler_wrapper
6

Moving and Resizing

You can render a Scheduler that can be moved and resized by dragging.

The Scheduler also enables you to specify whether the component will snap events to the nearest slot during dragging (resizing or moving) or it will allow the move and resize actions without limitations. To set the specific behaviour on the move and resize actions, use the snap property and set it to a Boolean value.

{% meta height:665 %} {% embed_file snap/main.vue preview %} {% embed_file snap/main.js %} {% endmeta %}

Suggested Links