Tutorial: Drag and drop
In this tutorial you learn how to use the Kanzi Engine API to add to your Kanzi application a drag-and-drop manipulator. The drag-and-drop manipulator enables users to drag and drop nodes in your Kanzi application. In this tutorial you use the drag-and-drop manipulator to enable reordering of buttons in a navigation bar.
This video shows the result of the tutorial.
Before you start this tutorial, make sure you have your Kanzi development environment set up. Install:
- Kanzi. See Installing Kanzi.
- Visual Studio. See System requirements.
This tutorial assumes you understand the basics of working with Kanzi Studio. The best entry points for getting familiar with Kanzi Studio are:
- Tutorial: Getting started with Kanzi Studio
- Tutorial: Create a simple in-vehicle infotainment application
- Tutorial: Hello world!
Start with the tutorial >