Accessing Minimizing Windows

0
0

Hey there. We just noticed that when a window is minimized, we no longer see it at all and are unable to restore it to its original state.

When trying to find answers to this problem we didn’t find any related documentation.  We are unsure if this is an issue with how we set up the project itself where it does not handle the child windows appropriately, or if it is the windows themselves that need to be changed.

Is there any documentation that I missed? Otherwise, what could the problem be?

Thanks in advance.

  • You must to post comments
0
0

You might also find the TaskBar control to be helpful: https://docs.wisej.com/extensions/extensions/taskbar

It was formerly an extension, but now it’s a core part of Wisej- you can simply drag the taskbar from the toolbox, no need to install a nuget package.
You can place the TaskBar control on a Page and it automatically handles minimized windows.

  • You must to post comments
0
0

See https://wisej.com/support/question/showing-minimized-form

Set form.WindowState to Normal to un-minimize the window.

 

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.