I’m working on a visual studio package that handles some advanced work item copying scenarios. I was wondering if anyone knew how to reproduce the tree-like ‘area path’ and ‘iteration’ controls that are used on work item, for use in my add-in? I am using WPF to build my control.
I’m working on a visual studio package that handles some advanced work item copying
Share
This was quite a painful collection of bits on the interwebs, since I’m new to WPF, but I recreated it. I found the original XAML for a ComboBox and modified as follows:
I also had to add a behavior and some funky bug stuff with the
IsDropDownOpenproperty on theComboBox.and in the actual control
and the control code behind