Intellisens window should move with parent window

SyntaxEditor for WPF Forum

Posted 9 years ago by Christel
Version: 14.2.0610
Avatar

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

Comments (2)

Posted 9 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

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.


Actipro Software Support

Posted 9 years ago by Christel
Avatar

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!!

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.