Problem with hoirzontal scroll bar

Hi,

I have a problem with the layout of my main page. I have a ContentPane and in this ContentPane there is a row to set the content of the components in the row centered and in the row there is a grid to have a fix size of the content in the grid. The problem is, that when the content in the row is larger than the browser, for example when you resize the browser window to the half of the screen then there is no horiontal scoll bar displayed.

I checked the created HTML of my page and saw, that the row in my ContentComponent overwrites the overflow attribute with hidden.

Is there any possibility to get the horizontal scrollbar or do i have to change my Layout Components?

I tried also to use a BorderPane instead of a row, but i don't get the border pane centered.

Any suggestions?

I'v solved the problem by

I'v solved the problem by replacing the Row by a column and adding gridlayoutdate to the grid to center it