Hi
I have a MenuItem that contains all files in a spesific folder.
The menuitem is populated on its own Popup event (using System.IO.Directory.GetFiles), but if it is too close to the lower right corner of the screen (or so it seems), it will jump higher up on the screen while being populated.
If I populate it before the Popup event is raised, the menuitem will open in the usual position.
I must populate it on the popup event to keep the contents of the folder up-to-date.
Why does the menuitem jump if it is populated on the Popup event, and how can I avoid it?