Article | 70000781 |
Type | Wish |
Product | WPF |
Version | 7007 |
Date Added | 4/25/2016 12:00:00 AM |
Fixed | 7.7008.0.5 (4/25/2016 12:00:00 AM) |
Submitted by | johannes.wanzek_c |
Summary
I would like to have a property to the wpf to control whether a drop while open a file
Solution
In version 7008 we added the following property
public Boolean OpenDrawingWhenDrop
This property has default value true so if a file is dropped to the control will open , set it to false if you want to disable this behaviour.