Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

QuickInfoSessionOption in TriggerQuickInfoAsync does not seem to work #13

Open
HJLebbink opened this issue Nov 19, 2018 · 0 comments
Open

Comments

@HJLebbink
Copy link

I would like to keep a Quick Info open when the mouse moves away. Thus, when I hover my mouse over a textView I issue a Trigger:

this._quickInfoBroker.TriggerQuickInfoAsync(this._textView, triggerPoint, QuickInfoSessionOptions.None);

Yet the option QuickInfoSessionOptions does not have any observable difference between QuickInfoSessionOptions.None and QuickInfoSessionOptions.TrackMouse.

Working example can be found here.

Question: What should I do to keep a Quick Info open when the mouse moves away?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant