I am showing a floating - screen centered view in the Dockworspace, the problem that the view is flickering and user can see the view when moving from the default location to the center location
How can I get rid of this behavior?
Regards.
Is the user moving the pane with the mouse, or is the pane being moved pragmatically?
Hi Mike,
Since the view is shown at the top left corner, I am centering the view programmatically in the OnLoad method of the view, but the controlbox of the parent form that host the view (userControl) is visible before entering the OnLoad method.