I have two problems with tooltips for Bars elements
1. I would love to have rich content in those tooltips, including images. I realized I can override the content by setting ToolTip property, but I need a way to set the tooltip width so that the image will not be cut if it is too wide. The best option would be to have all of that controllable via dependency properties, and with MVVM support too. But at least please tell me how to adjust the tooltip width to my liking.
2. I would also love to have interactive elements (most obviously a "Show Help"/"Details" hyperlink) in those tooltip popups. I realize that the entire tooltip popup is excluded from hit tests. Can this feature be implemented in a neat way?