on 2018 Nov 27 12:28 PM
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.