Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
575
How to drag and drop a item in the itemsControl
posted

Hi
I have an issue about drag drop a item in the itemsControl,
I think  using  drag/drop framework .but I could not find a sample about it .
I created a sample ,
Please  help me to improve it .
Implement  drag and drop  in the itemsControl

Thanks

ItemsControlDragAndRrop.zip
Parents
No Data
Reply
  • 1095
    Offline posted

    Hi,

    I have added some XAML code in the DragView.xaml to demonstrate how you can use our drag and drop framework to achieve drag/drop. All you have to do is to implement the Drop event handler so that the items get properly arranged after drop.

    You can also refer to the help and samples to get a better idea of how to use the framework.

    If you have any questions or need further assistance, do not hesitate to ask!

    Regards,

    Stefana

    ItemsControlDragAndRrop_IG.zip
Children