cancel
Showing results for 
Search instead for 
Did you mean: 

Popover

Former Member
0 Kudos

Hello

I want set width of sap.m.popover.

I am able to set content width but was unable to set width of popover.

Kindly guide me how to do it.

Thanks and Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Roshan,

I am not sure what you are trying to achieve

How to set width of content :

oPopover.setContentWidth("400px");

oPopover.setContentHeight("400px");

If you are trying to increase the border width of popover , it isn't possible because the popover widget have split up components like header,footer and body so that won't be possible to achieve.

Regards,

Ajain