Issue with DockFill

Viewed 37

So I have worked for hours and this is essentially my first real project I am working on. The Issue I am having with is there are multiple panels, and the main panels are the sign up panel and the login panel. Everything has been created but when it comes to pressing the "register button", the sign up panel is not filling in the required space or dock.fill as it should be. I am attaching my entire project so users can see what the program looks like and maybe perhaps be able to see where a minor hiccup is occurring to not have the sign up panel fill the dock on the register page. Please help, it's the only thing left of this phase 1 programming. Thank you!

Here is my project: https://drive.google.com/file/d/18HL6csGBMuySTo1RV8p_LYnlL_TXbO15/view?usp=sharing

1 Answers

Use TabControl, at the initial level it is easiest

Related