cancel
Showing results for 
Search instead for 
Did you mean: 

Change default Expand/Collapse Icon in sap.m.Panel

Former Member
0 Kudos

Hi there,

I'm trying to build up a panel with a custom Expand/Collapse Icon. The panel is used to add New "instruments" so I'd like to have as icon the sap-icon add.

I've been looking arround for a solution but I only found how to do so using sap.ui.commons.panel as it has a method called addButton...

Thanks in advance,

Alex.

PD: Here you have an image to clarify what I'm talking about.


View Entire Topic
former_member182862
Active Contributor
0 Kudos

Hi Alex

I think the best way is to extend the sap.m.Panel like this

Example

-D

former_member182372
Active Contributor
0 Kudos

lovely!

Former Member
0 Kudos

Thanks!