Replies: 2 comments
-
@chingucoding and @Felix-Dev have either of you ran into this before? |
Beta Was this translation helpful? Give feedback.
0 replies
-
No, though I haven't used TreeView that much. The fact that CanDragItems gets ignored sounds like a bug to me though. |
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions