This question is locked. New answers and comments are not allowed.
We display a context menu when the user clicks on a field in the document
We use the code
synopticPopup = new RadContextMenu();
synopticPopup.PlacementRectangle = plcRect;
synopticPopup.Placement = PlacementMode.RelativePoint;
synopticPopup.PlacementTarget = this.documenteditor.document;
synopticPopup.IconColumnWidth = 0;
to try and ensure the conext menu appears in the correct place but if we scroll the document OR we resize the window this does not work
is there a way to ensure it takes into account these things?
many thanks