Search code examples
javascriptc#asp.netdynamics-crmmicrosoft-dynamics

How to make a section take entire space in Dynamics CRM form editor


Inside our Microsoft Dynamics CRM instance, we've got a section which is taking 1/3rd of the space inside the form editor:

Dynamics CRM form editor section

After saving and publishsing this, it takes 1/3rd of the space on the rendering output along with trolls of scrolls:

Dynamics CRM form section

How to make a section take entire space in Dynamics CRM form editor?


Solution

  • In the form editor, select the Tab (not the section), and click "Change properties".

    Change Properties

    Then in the formatting tab, select "One column", and finish with OK.

    Tab formatting

    Finally, save and publish your form and it should fill the entire space.