This commit is contained in:
Giancarlo Panichi 2015-01-28 17:15:35 +00:00
parent 3ecc83897e
commit b5a7b58eed
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,8 @@ public class LabelColumnPanel extends FramedPanel implements
});
v=new VerticalLayoutContainer();
v.setScrollMode(ScrollMode.AUTO);
v.setScrollMode(ScrollMode.AUTOY);
v.setAdjustForScroll(true);
v.add(columnsContainer, new VerticalLayoutData(1, -1, new Margins(0)));
v.add(change, new VerticalLayoutData(-1, -1, new Margins(10, 0, 10, 0)));
add(v, new VerticalLayoutData(1, -1, new Margins(0)));