I am just creating a simple dynamicform as a group but without grouptitle. But I do want the border. The problem is when it creates that border for group, it leaves that little gap on the top left near the corner. It is not edges as I tried to set it to false.
--
final DynamicForm form = new DynamicForm();
form.setIsGroup(true);
form.setShowEdges(false);
---
I even tried to set the title to be nullString, it didn't work.
I have attached the screen capture.
How can I have a clean border without that gap near the top left corner?
Please Help.
--
final DynamicForm form = new DynamicForm();
form.setIsGroup(true);
form.setShowEdges(false);
---
I even tried to set the title to be nullString, it didn't work.
I have attached the screen capture.
How can I have a clean border without that gap near the top left corner?
Please Help.
Comment