public void Refit() { if (window != null) { window.PlaceAbove(handle); window.FitTo(handle, true); } }