Hi Gurus
I have an accordion, no issues there...
My issue is, each TitledPane will have a ListView, that will be loaded into the TitledPane using the LoadLayout method...
So, my issue is, each Listview will be named as ListView1...
(My head is already acking just from trying to figure out how to write this...)
So, these listviews will be populated by "template" layouts, so I may have 2 layouts of one template and 6 of another in them...
I cannot simply use the views names, so the best approach would be to create some sort of node-list for each titled pane in the accordion...(??)
How would you guys do this?
In a paper its a lot more simple than in code, because you just draw it in place, but in code, dynamically referencing different views that have the same name, for me, is very complicated concept to grasp!
I have an accordion, no issues there...
My issue is, each TitledPane will have a ListView, that will be loaded into the TitledPane using the LoadLayout method...
So, my issue is, each Listview will be named as ListView1...
(My head is already acking just from trying to figure out how to write this...)
So, these listviews will be populated by "template" layouts, so I may have 2 layouts of one template and 6 of another in them...
I cannot simply use the views names, so the best approach would be to create some sort of node-list for each titled pane in the accordion...(??)
How would you guys do this?
In a paper its a lot more simple than in code, because you just draw it in place, but in code, dynamically referencing different views that have the same name, for me, is very complicated concept to grasp!