The C1SuperTooltipBase displays Html text. If the tip contains a lot of text without Html tags that cause line breaks (such as <br> or <p> for example), then the text will not wrap and the tooltip window may be too wide.
Use this property to force text to wrap within the tooltip so it fits in the given width, even without Html line break tags.
Values less than or equal to zero disable the property and cause the tip text to wrap only at the specified Html break tags.
The code below forces all super tooltips to be less than or equal to 200 pixels wide.c1SuperTooltip1.MaximumWidth = 200;
c1SuperTooltip1.MaximumWidth = 200;