Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPF - Allow ToolTip timer configuration #4389

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 9, 2023

  1. WPF - Allow ToolTip timer configuration

    - Can set initial show delay in xaml via existing ToolTipService e.g. ToolTipService.InitialShowDelay="100"
    - If InitialShowDelay = 0 then no timer is used and ToolTip is immediately shown
    - Previous delay was 500ms, new delay is the .Net default (typically 1000ms)
    
    Related to issue #4048
    amaitland committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e1ed5ee View commit details
    Browse the repository at this point in the history