Hi,
when opening the intellisense list window and then moving the parent window in the background, the intellisense window remains at its place.
Is it possible to let the intellisense window move with the parent window?
Thanks
Christel
Hi,
when opening the intellisense list window and then moving the parent window in the background, the intellisense window remains at its place.
Is it possible to let the intellisense window move with the parent window?
Thanks
Christel
Hi Christel,
At the current time we don't attach to any ancestor Window or Popup to know when something is moved.
If you do attach to your Window's events for those sorts of things, you can call editor.IntelliPrompt.RepositionalAll() to tell the sessions to reposition. Or you can call CloseAllSessions() instead to close them all.
Hi,
thanks again for successfull help!
It doesn't work with "editor.IntelliPrompt.RepositionalAll()"
but "editor.IntelliPrompt.CloseAllSessions()" works perfect and now the window behaves like the Visual Studio editor, where the
Intellisense window is closed as well when the parent is moving.
Great support as always!!
Please log in to a validated account to post comments.