1

I am working with gxt and I have found the following problem. In a ContentPanel where I add a PagingToolBar (as a bottonComponent) I have display problem: The Bar of the PagingToolBar is shown but all the icons appear on the right grouped in a displayable Menu. Is like if all the pagingToolabr is shifted to the right. This is happening only when the ContentPanel is inside a LayoutContainer with BorderLayout and LayoutRegion.Center or West,etc.

Anyone has faced this issue? Any solution?

4

1 に答える 1

1

以下で探していたものを見つけました。

toolBar.setEnableOverflow(false);
于 2012-07-12T14:33:24.750 に答える