cancel
Showing results for 
Search instead for 
Did you mean: 

parent and child custom containers

MuratUnal
Associate II

Hello,

We planned to make a parent container to hold child custom containers which have different style.

Let me explain:

  • ChildCustomContainer1: it includes text1, text2, line1
  • ChildCustomContainer2: it includes text1, image1, line1, line2
  • ChildCustom Container3: it includes text1, text2, text3, image1, image2, line1
  • ...
  • ....

We need to show one of them in a same area (maybe it is a parent container). if user want to see ChildCustomContainer1, we need to show it to the user. if user want to switch to see ChildCustomContainer2, we need to switch it programmatically.

I know how to use scrollWheel with custom container. You can only select one of the custom container style from scrollWheel itemTemplate. You can think, we need to use unlimited itemTemplate custom container in scrollWheel. (not important to use scrollWheel or another widget to deal with)

How can we deal with?

Thanks,

Murat

1 REPLY 1
Martin KJELDSEN
Chief III

Hi @MuratUnal​,

I'm not sure i get the relation between the custom containers and how you want to show them .. and then scrollwheel/item templates.

/Martin