Can't seem to find a way of setting the Display Interval for a displayed ScreenTip. Could you please add one? ScreenTip display is currently approximately 5 Seconds. The duration in MSOffice is 20 Seconds, we would like to be able to set it in our application so that we have MSOffice behaviour.
Please submit a suggestion here: http://devcenter.infragistics.com/Protected/RequestFeature.aspx for this feature.
Thx for your feedback.
Joe Modica
Thanks Joe.
I have submitted a feature request through the URL you provided. Hopefully this will make it into a future release.
Lax Hirani
Actually you can control it now by changing the ToolTipService.ShowDuration property of the element on which you are using the tooltip - this property defaults to 5000ms. For now, you can add styles in your application resources that set this property for the various tool types.
e.g.
<Style TargetType="{x:Type igRibbon:ButtonTool}"><Setter Property="ToolTipService.ShowDuration" Value="20000" /></Style>