Skip to main content

Microsoft Silverlight

Answered Question Disabled controls no longer support ToolTipRSS Feed

(0)

CleverCoder
CleverCoder

Member

Member

203 points

157 Posts

Disabled controls no longer support ToolTip

As the subject states, controls whose IsEnabled property is set to false do not respond to configured ToolTip invocation. This worked in Beta2, and we need this feature as a way to inform a user why a control is disabled.

Sample chunk:

 

<Grid x:Name="LayoutRoot" Background="White">
		<Button Height="38" Margin="258,0,220,156" VerticalAlignment="Bottom" Content="Button" IsEnabled="False" ToolTipService.ToolTip="Test tooltip"/>
		<ListBox Height="111" Margin="258,111,205,0" VerticalAlignment="Top" IsEnabled="False" ToolTipService.ToolTip="TestToolTip">
			<TextBlock Text="Testing 123"/>
		</ListBox>
</Grid>

 
Please fix!
Thanks!

-Sean

Jesse Bishop
Jesse Bi...

Member

Member

132 points

15 Posts

Answered Question

Re: Disabled controls no longer support ToolTip

Thanks for the report.  Having the ToolTip not show on a disabled element is by design, and compatible with WPF.  We realize that Silverlight lacks other means to provide ToolTips on disabled items (such as ToolTipService.ShowOnDisabled), and will be looking into it.

-Jesse Bishop
Program Manager, Silverlight

Sudeep_g
Sudeep_g

Member

Member

2 points

1 Posts

Re: Disabled controls no longer support ToolTip

Hi..

I am using SL3 in my project but still don't see ToolTipService.ShowOnDisabled in it. Has this behavior implemented now in SL3 for the ToolTip ?

brauliod
brauliod

Participant

Participant

1169 points

472 Posts

Silverlight MVP

Re: Disabled controls no longer support ToolTip

Seems not... we will have to check for home made workarounds :-(

// ---------------------------------
    Braulio Diez

    http://www.dbschemaeditor.com
    Free Silverlight Based Database Schema Editor
/// ---------------------------------
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities