I am currently showing the tooltip for a grouping
grid column in the TableControlprepareViewStyleInfo event handler
using the following code snippet:
e.Inner.Style.CellTipText = e.Inner.Style.Text;
Is there a way to wrap this tooltip.
I am using Syncfusion version 4.1.050.
Thanks,
AD
Administrator
Syncfusion Team
October 27, 2006 01:43 PM UTC
Hi Prem,
We have no property setting to support this. You can do it yourself using Graphics.MeasureString. Here is a forum thread that discusses this.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=5201
Please refer the below forum threads for more details.
For Tooltip properties : http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=29799
For Tooltip Size : http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=23741
For Tooltip Width : http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=12940
Best Regards,
Haneef
AD
Administrator
Syncfusion Team
October 29, 2006 03:29 AM UTC
Thanks Haneef,
I will try those links. It would be nice to have a property to wrap the tooltip. Is it something
we can expect in a future release?
Thanks, again.
>Hi Prem,
We have no property setting to support this. You can do it yourself using Graphics.MeasureString. Here is a forum thread that discusses this.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=5201
Please refer the below forum threads for more details.
For Tooltip properties : http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=29799
For Tooltip Size : http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=23741
For Tooltip Width : http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=12940
Best Regards,
Haneef
AD
Administrator
Syncfusion Team
October 30, 2006 03:33 AM UTC
Hi Prem,
If we have enough requests, we will have this as a feature request and get it in the upcoming releases.
Thanks,
Haneef