Dynamic form / groupbox container item's spacing issue generated from workflow
I am trying to create a workflow that dynamically generates a dialog with a groupbox and adds some items to it based on results from a Rest Service. The functionality is working fine however, was wondering if there is a way to reduce the spacing between the container components as it gives a bit odd look because of this unnecessary space. Is there a way to configure it such that this space is reduced? I checked the GroupboxFormItem doesn’t have any MaxWidth property to control its height and probably is inherited from the parent form. I even tried to add some more form container items if it can squeeze in the space, but the result is same. Here are a couple of examples with sample workflows on adding a form dynamically.
- https://support.geocortex.com/essentialsGSCForum?sub-nav=forum&main-nav=essentials&#!/feedtype=SINGLE_QUESTION_SEARCH_RESULT&id=906600000000BE0AAM
- https://support.geocortex.com/essentialsGSCForum?id=9066000000007nnAAA
_img_ alt="User-added image" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=906f2000000fxma&feoid=Body&refid=0EMf2000000kAem" _/_img_
0
-
Thanks to 'Yinghong Li ' for help in sharing a workflow that resolved this issue for me. I was trying to add individual returned field / attribute as a ContainerFormItem while this issue can be handled by first cancatinating the returned field values and then presenting it on the form. Here is the link to the existing thread on it 'https://support.geocortex.com/essentialsGSCForum?sub-nav=forum&main-nav=essentials&#!/feedtype=SINGLE_QUESTION_SEARCH_RESULT&id=906600000000BDWAA2'. 0
Please sign in to leave a comment.
Comments
1 comment