Hello,
I have a RadTreeView that has different item HierarchicalDataTemplates based on the data type. One of the templates calls for multi-column items. Whenever I am performing a drag/drop operation the tooltip target appears to be taking the existing template (maybe put into a horizontal stack panel) and showing the info. (See attachment) This is not the results I want as it's even showing hidden buttons (X) that should only appear on hover.
So my question is how can I update the circled part of the tooltip to only show the label (with the styling such as bold removed as well)?
Thank you for your assistance.