So, I am making the settings screen at the moment when I have the tree on the left, and then the panel on the right. The panel that is displayed on the screen will depend on which element of the tree is selected.
It’s just interesting how I get started designing these panels and saving the theme for later use (runtime).
Do I need to go pull them, etc. View code and then copy to class or something else?
Sorry if my question is a bit vague, but I'm not sure what I want: -O
EDIT Yes, I'm looking to create a settings screen similar to the one found in Visual Studio. The tree on the left (for example, explorer), and then a new form layout for each node tree.
source
share