This is a migrated thread and some comments may be shown as answers.

ToolTip Duration

3 Answers 105 Views
TreeMap and PivotMap
This is a migrated thread and some comments may be shown as answers.
DerekAlfonso
Top achievements
Rank 1
DerekAlfonso asked on 12 Dec 2011, 05:18 PM
Is there anyway to specify the tooltip's visibility duration?

Thanks in advance

3 Answers, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 15 Dec 2011, 12:37 PM
Hi Billv,

You can control the visibility duration of the tooltip by setting the RadToolTipService.ShowDuration attached property on the RadTreemapItem. You can do this using an implicit style like this:

<Style TargetType="telerik:RadTreeMapItem">
    <Setter Property="telerik:RadToolTipService.ShowDuration" Value="80000" />
</Style>

Keep in mind that the value of this property is specified in milliseconds.Best wishes,
Yavor
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Shaun
Top achievements
Rank 1
answered on 26 Jun 2012, 05:09 PM
Will this work with a Radgridview control?
0
Dimitrina
Telerik team
answered on 29 Jun 2012, 07:11 AM
Hello,

 Yes, you could.
You should target at GridViewRow if the ToolTip is for the row. For example:

<Style TargetType="telerik:GridViewRow">
            <Setter Property="telerik:RadToolTipService.ShowDuration" Value="80000" />
</Style>

I hope this is what you look for.

All the best,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
TreeMap and PivotMap
Asked by
DerekAlfonso
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Shaun
Top achievements
Rank 1
Dimitrina
Telerik team
Share this question
or