Changing right hand menu based on selection of options, but without leaving single view form?

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 1 year and 7 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
NewRootUsr
Posts: 10
Last visit: Wed Mar 13, 2024 2:16 pm

Changing right hand menu based on selection of options, but without leaving single view form?

Post by NewRootUsr »

Not sure if I will describe this correctly, but we are after a single pane of glass kind of view where we have options populated via TreeView, but we're having an issue attempting to manage 3 nested tab control options which each have their own sets of tabs.

Is it possible to call a show_form but have it unload or load in place of the previous/another set of data? I attached an image of our form which is blank for the right hand menu with a black box, that is where we'd want to be able to load different other forms within this single form without it being a pop up window or similar.

At first we thought we could accomplish this with panels and have our data on individual panels and just work with them via hiding them but stacking them did not work well as its not intended for that.
Attachments
ExampleForm.PNG
ExampleForm.PNG (7.88 KiB) Viewed 15541 times
This topic is 1 year and 7 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked