I'm trying to implement a Token(Tag)Control in WPF. The control itself is working, but I need the possibility to wrap the PART_Editor of a ComboBox behind the last item of a listbox. On overflow the items are wrapping into a new line.I'm trying to implement a Token(Tag)Control in