How to make a panel from several resource files?

How to make a panel from several resource files?

BY 13 Apr 2013 Native Application Development

Hi there.

There are 3 panels panel.xml panel2.xml panel3.xml in my project. I’d like to combine them to one panel. But I can’t do this in UI Native Builder.

So can I create a panel which be constructed from a several .xml files?

Something like that…

class MyPanel : public Panel {
   MyPanel() {
      Construct(L"panel", L"panel2", L"panel3");
   } ...

 

Thanks.

Written by