I have a Winform label control with AutoEllipsis set to True. The label itself has a max size set and AutoSize set to false.
When text extends the width of the label an ellipsis is displayed (...) and a tool tip appears on hover. This is great but the resulting toolip is too long. Is there anyway to control how the tooltip appears? Ideally I'd like to set a max width on the actual tooltip and have the text wrap within it.
Any ideas?