I have a simple DynamicForm with setNumCols(4) and setWidth100(). I use tab.setPane(theForm) to put the form in a Tab which is inside a window. The TabSet has setWidth100() as well.
The form renders with a width that is 24px wider than the tab pane container, causing a horizontal scroll bar to appear. If I resize the window, making it wider, the tab pane resizes exactly along with it but the form is still 24px wider and the scroll bar still appears.
Where might the extra width be coming from?
The form renders with a width that is 24px wider than the tab pane container, causing a horizontal scroll bar to appear. If I resize the window, making it wider, the tab pane resizes exactly along with it but the form is still 24px wider and the scroll bar still appears.
Where might the extra width be coming from?
Comment