XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
821 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I added an event handler for the TreeView.DragItemsCompleted event, and the eventargs' NewParentItem is always received as null.
The item was dragged within the tree onto another node in the tree.