Hi
Can i set the width of tooltip show? if can, how do? if the tooltip text is too long, the tooltip showed over the width of screen now. thanks very much!
2 Answers, 1 is accepted
0
Stefan
Telerik team
answered on 14 Aug 2012, 07:00 AM
Hi Deng,
Thank you for writing.
The default ToolTips used are the standard ToolTIps. Those do not allow altering their size. As an alternatively, I can offer using RadOffice2007ScreenTipElement here is an example:
public partial class Form1 : Form
{
RadOffice2007ScreenTipElement screenTip = new RadOffice2007ScreenTipElement();
public Form1()
{
InitializeComponent();
radButton1.ScreenTipNeeded += new ScreenTipNeededEventHandler(radButton1_ScreenTipNeeded);