How you get a ToolTip over a disabled element in WPF?
Answer / Priti Paliwal
To display a ToolTip on a disabled element in WPF, you can use the PlacementTarget property of the ToolTip to specify the tooltip should be associated with the parent container:
```xaml
<Button IsEnabled="False" ToolTipService.ToolTip="My ToolTip">
<TextBlock Text="Click Me"/>
</Button>
<ToolTip Service.PlacementTarget="{RelativeSource FindAncestor, AncestorType=StackPanel}" Content="My ToolTip"/>
| Is This Answer Correct ? | 0 Yes | 0 No |
List some common localization or globalization practices for localizing or globalizing wpf?
Is visual studio written in wpf?
What are the two types of transforms present on frameworkelement?
How can you set a property attribute as a literal string and not a mark up extension?
Is wpf an mvc?
Can you explain self relative source binding in wpf?
Can Windows Service be created Using WPF?
Name the common assemblies used in WPF?
Where does the execution start in a WPF application?
Write about usercontrol in brief?
What are the types of bitmap effects?
What is the use of system.windows.media namespace?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)