Relative Content

Tag Archive for c#wpfmultithreadingwindow.net-8.0

C# WPF Window shows nothing after Hide()

I am trying to implement a loading window to my WPF project, but running into an issue with hiding it after first use and then showing it again when needed. The window works fine after first Show(), after Hide() and second Show(), the window is completely blank and nothing is showed. After all work is done, the loading window then loads its contents, but at this point the loading job is already done and I want to hide the window again.
Could this be an threading issue, what am I missing? I am confused, because after the first show everything is fine…

C# WPF Window shows nothing after Hide()

I am trying to implement a loading window to my WPF project, but running into an issue with hiding it after first use and then showing it again when needed. The window works fine after first Show(), after Hide() and second Show(), the window is completely blank and nothing is showed. After all work is done, the loading window then loads its contents, but at this point the loading job is already done and I want to hide the window again.
Could this be an threading issue, what am I missing? I am confused, because after the first show everything is fine…

C# WPF Window shows nothing after Hide()

I am trying to implement a loading window to my WPF project, but running into an issue with hiding it after first use and then showing it again when needed. The window works fine after first Show(), after Hide() and second Show(), the window is completely blank and nothing is showed. After all work is done, the loading window then loads its contents, but at this point the loading job is already done and I want to hide the window again.
Could this be an threading issue, what am I missing? I am confused, because after the first show everything is fine…