sap-tutorials / sap-mobile-development-kit

This repository will contain tutorials designed to assist those working with the SAP Mobile Development Kit
Creative Commons Attribution 4.0 International
1 stars 2 forks source link

Aggregations for extension controls #247

Closed singhc00 closed 4 months ago

singhc00 commented 4 months ago

I have been going through the documentation for custom controls using Native Script. Is it not possible to add aggregations to custom controls? Similar to Button Table and Button in the MDK, I want to build a custom control where I need multiple items as part of the main control.

jitendrakansal commented 4 months ago

@singhc00 do you have a mockup to share on what you wanting to have multiple items on a page?

singhc00 commented 4 months ago

@jitendrakansal : thank you for your reply. I will mark this as closed as I am able to achieve that functionality using extension properties array. I was hoping that I could create a custom control where I can drag and drop other custom controls. But extension properties gives a lot of flexibility.