cancel
Showing results for 
Search instead for 
Did you mean: 

How may I disable resize property of cards retaining custom width in overview page ?

0 Kudos

Hi Experts,

Our application needs a custom card which looks like a header. So the requirement is to disable the resize property retaining the card width as 100% width of the screen.

Tried to do it with the following code.

"sap.ovp": {

...

"containerLayout": "fixed",

...

}

But the issue with this property is it allows each card to have 1 card size.

Accepted Solutions (1)

Accepted Solutions (1)

AshishAnand
Employee
Employee
0 Kudos

Hi Ranjeeta,

You can use the resizable layout as rowspan and colspan works in resizable layout. To stop resize of the card by the end user, you can use “stopResizing” property of card setting and set it to true.

You can read more about it at Here

Hope this helps 🙂

Thanks and Regards

Ashish

0 Kudos

Thank you Ashish,

For your time and quick response.

Is there any way to disable the re-position of that card too?

Thanks in advance.

Regards,

Ranjeeta

Answers (0)