I can set properties on single control tooltip like duration. But what i need is to set longer duration for ALL tooltips in entire application – all windows, all user controls etc. Is there any clean way to achieve it? Thank you.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can override the meta-data for the
ToolTipService.ShowDurationPropertylike so:The above will make the ToolTip duration 1 second for all UIElements.