When I set Visible = false in the show event of a Form shown with ShowDialogue() the form will automatically call it’s close event. I don’t want to close the form…just hide it. So I have to call Show() instead. But, this doesn’t block.
Why does setting Visible = false causes form close to fire with ShowDialogue()? Is this a bug?
Try to fire
Show(), instead ofShowDialogue(), if it don’t work you can try to useHide()or modify theOpacityproperty.