Hi,
I have a custom QuickInfoProvider that implements QuickInfoProviderBase based upon your example project and the mechanism to display an IQuickInfoSession works as expected. An open sessions content is set to an Actipro property grid. Because the information displayed in the property grid can vary the user should be allowed to move the mouse over the property grid to scroll its contents. However, this only works as expected when the popup property grid is displayed above the current word as it is when the word is near the end of the document, please view the two screenshots below to see what I am talking about.
My question is, is there some way I can allow the popup property grid to remain on screen until the user moves the mouse cursor off the property grid?
A popup located BELOW the current word; Moving the mouse over the popup will cause the popup to disappear.
A popup located ABOVE the current word; Moving the mouse over the popup will allow the user to scroll the contents of the popup, it does not disappear until the mouse is moved off the popup.
I have a custom QuickInfoProvider that implements QuickInfoProviderBase based upon your example project and the mechanism to display an IQuickInfoSession works as expected. An open sessions content is set to an Actipro property grid. Because the information displayed in the property grid can vary the user should be allowed to move the mouse over the property grid to scroll its contents. However, this only works as expected when the popup property grid is displayed above the current word as it is when the word is near the end of the document, please view the two screenshots below to see what I am talking about.
My question is, is there some way I can allow the popup property grid to remain on screen until the user moves the mouse cursor off the property grid?
A popup located BELOW the current word; Moving the mouse over the popup will cause the popup to disappear.
A popup located ABOVE the current word; Moving the mouse over the popup will allow the user to scroll the contents of the popup, it does not disappear until the mouse is moved off the popup.