Question: Whats the correct way to disable the items dragging on the TreeView control? #7500
Unanswered
Martin Vega (mvegaca)
asked this question in
Q&A
Replies: 2 comments
|
chingucoding and Felix-Dev have either of you ran into this before? |
0 replies
|
No, though I haven't used TreeView that much. The fact that CanDragItems gets ignored sounds like a bug to me though. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm Martin from Windows Template Studio Team.
I was working on a treeview page issue on WTS repo.
microsoft/TemplateStudio#4056
The TreeView throws an exception when dragging items from different data types. I've tried to disable items dragging setting the property CanDragItems to false but it didn't work.
As a workaround, we've set CanReorderItems property to false.
Is there a known issue here or is this property thought to another purpose?
All reactions