Skip to main content
MuratUnal
Associate II
December 12, 2019
Question

parent and child custom containers

  • December 12, 2019
  • 1 reply
  • 645 views

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

This topic has been closed for replies.

1 reply

Martin KJELDSEN
Principal III
January 9, 2020

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