How to make a tooltip appear while hovering over a disabled element?
Answer Posted / Nitin Chauhan
To make a ToolTip appear while hovering over a disabled element, you can handle the PreviewMouseLeftButtonDown event on the disabled element and programmatically show the ToolTip. Note that the IsEnabled property of the ToolTip should be set to True.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category