Composite body = managedForm.getForm().getBody();
body.setLayout(new GridLayout(1, false)); // this is required !
toolkit.paintBordersFor(body);
ScrolledForm form = managedForm.getForm();
FormColors colors = toolkit.getColors();
colors.initializeSectionToolBarColors();
Color gbg = colors.getColor(FormColors.TB_GBG);
Color bg = colors.getBackground();
form.getForm().setTextBackground(new Color[] { bg, gbg }, new int[] { 100 }, true);
// form.getForm().setSeparatorVisible(true);
createAEConfigSection(parentSashForm, toolkit);