We need to set the position of a window to be fixed (cannot be moved by dragging).
We have set the following properties to the window:
setIsModal(true);
setShowModalMask(false);
setCanDrag(false);
setCanDragReposition(false);
Can you please let us know how to achieve this.
We have set the following properties to the window:
setIsModal(true);
setShowModalMask(false);
setCanDrag(false);
setCanDragReposition(false);
Can you please let us know how to achieve this.