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.