cancel
Showing results for 
Search instead for 
Did you mean: 

Changeable Header on Any Expandable Container (Tray, Panel, Accordion...)?

former_member185943
Participant
0 Kudos

Hi, all,

I would like to change appearance of a header on any expandable container element, but I can't. Here's what I have tried:

  • Tray
    Tray contains a Caption as header. The Caption doesn't seem to allow appearance change and can't be replaced by some other element.
  • Panel and Accordion
    These two elements only have property title and I can't see way of changing its appearance.

The element which allows change of appearance is TextView (for example, by setting design or semanticColor properties), but I don't know how (if) I can set it as a header of any expandable container element.

Is there any combination to achieve this goal?

Thanks!

KR,

Igor

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Igor,

Unfortunately, we do not have control over setting the format properties of header text of any containers.

But you can achieve your requirement, by using IMAGE_SOURCE property.

Create a mime object, which contains header text content of your choice of design and use that as header for your panel/tray.

Please have a look at below attachment, where I used mime objects to design header text.

Hope this helps you.

Regards,

Rama

Answers (1)

Answers (1)

former_member185943
Participant
0 Kudos

Hi, Rama,

Thank you for useful information, although it is not exactly what I wanted. Your workaround is a good idea too.

KR,

Igor