G
G
German2019-04-11 23:28:00
.NET
German, 2019-04-11 23:28:00

How to use panel split to remove groups of objects and replace them with others in another panel?

I created a CLR project and stuck the objects on the form and put it all on the panel.
I need to be able to hide the first panel and show the second, and do it in reverse.
We pressed the button on the first panel, the first disappeared and the second appeared.
How to do it? What to put in the foreground, what in the background?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
BasiC2k, 2019-04-12
@BasiC2k

You can make the display of the desired panel through Visible = True. For the rest, set Visible = False.
To make it easier for dbpefkmyj to work with panel controls, during development, all panels can be placed on the form next to each other, in order.
In this case, if you need to display the desired panel, in addition to changing the Visible status, you will also need to change the Location of the panel.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question