Question: I have an ironpython script which opens an xaml file containing 2 tabs . Inside of the first tab there is a listbox and there
I have an ironpython script which opens an xaml file containing tabs Inside of the first tab there is a listbox and there is a button called "Modify" underneath. How can I make it so that I can open another xaml file which contains some information about the class I selected in the listbox Lets assume it has the class properties: Views, Options, Materials, Objects, Name To give some more context, I will provide some code I made in IronPython to load the xaml file. class ViewModelmyWPF:
contextmode 'show'
viewmode 'singular'
contexttransp
contextcolor Color
warningcolor Color
countviewstotal
countviewcurrent
def initself:
pathxamlfile xamlpath
wpfLoadComponentself pathxamlfileIs this possible with XAML and IronPython? If you can give it in either ironpython or C# its fine because I can easily convert these two languages.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
