Answered step by step
Verified Expert Solution
Question
1 Approved Answer
If I have an xaml file with 2 tabs and in one of the tabs ( let ' s say in the tab called Render
If I have an xaml file with tabs and in one of the tabs lets say in the tab called Render Groups I have the modify button, which when I click on an item in listbox, then click modify, it makes a brand new window with totally different tabs called "design options" "views" "materials", how could I actually control which tabs appear in this new window? Do I need a new xaml file? I really have the tabs already made in an xaml file so I could just paste them across, but I am unsure what to do using ironpython and xaml. Once I open that window, I also have to consider that the information I create in that window should be held aka if I selected Views A B C in the view listbox and materials Wood, Glass, Concrete in the materials listbox for example The reason for this is because the modify button allows people to modify certain aspects of a selected item in the render groups listbox which I thought was more convienet if it was using listboxes
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started