Hi, I have a Module that I reuse in a few different Apps.
It is a ListView that shows a "Q&A" result. Each row in the ListView looks like this:
What is your name? John Johnson
This Module is used in Apps that have different layouts. Currently I don't see any option to resize the Module in the App. The only size possible is the size I configured in the Module's edit page. This makes reusing the Module very inconvenient since I need to change the App's layout to conform with the Module's layout instead of the other way around.
Is there a way to do this?
Thanks