Unplanned
Last Updated: 06 Mar 2018 09:34 by ADMIN
ADMIN
Hristo
Created on: 06 Mar 2018 08:37
Category: Dock
Type: Bug Report
0
FIX. RadDock - the preview window does not snap to other windows when having the DragDropService.DragDropMode set to Preview
The attached videos demonstrate the present behavior and the desired one

How to reproduce:
public partial class Form1 : Form
{
    public Form1()
    {
        InitializeComponent();

        this.radDock1.EnableFloatingWindowSnapping = true;
        DragDropService svc = this.radDock1.GetService<DragDropService>();
        svc.DragDropMode = DragDropMode.Preview;
    }
}
0 comments