I have a Winform label control with an AutoEllipsis parameter set to True. The shortcut itself has a maximum size, and AutoSize is false.
When the text expands the width of the label, an ellipsis (...) is displayed, and a tooltip appears when you hover over it. This is great, but the resulting tool is too long. Is there a way to control how a tooltip appears? Ideally, I would like to set the maximum width in the actual tooltip and have text in it.
Any ideas?
source share