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

Tooltip for Minimize button in Office2013 theme

1 Answer 67 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Patrick asked on 26 Mar 2014, 08:15 AM
Hello,
when you leave the mouse cursor over the Minimize button in the Office2013 theme, the tooltip is placed under the ribbon and seems to contain additional empty lines.
Patrick

1 Answer, 1 is accepted

Sort by
0
Kiril Vandov
Telerik team
answered on 28 Mar 2014, 02:44 PM
Hello Patrick,

This is a known issue in the ScreeenTip (there is set MinHeight in the default template). However until this issue is resolved you could workaround it by using an implicit style for the ScreenTips and set the MinHeight to "0" like follows:
<Style TargetType="telerik:ScreenTip" BasedOn="{StaticResource ScreenTipStyle}">
    <Setter Property="MinHeight" Value="0" />
</Style>
I hope this information helps

Kind regards,
Kiril Vandov
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
Tags
RibbonView and RibbonWindow
Asked by
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Kiril Vandov
Telerik team
Share this question
or