Hi,
I am having Layput A and Layout B in a parent Layout.
Layout B has a grid.I have set overflow visible for grid and have set overflow to auto for parent Layput.
Now if i resize brower ,parent layout gets the horizontal scroll bar ( layout A has got white-space and layout B which has grid has taken its size without scroll bar due to overflow:visible).
According to me if i set Overflow from visble to auto for Grid , my problem of white-space on right side of layout A will be solved but it will introduce scroll in grid and layout A too.
My requirenent is that parent layout which should get the scroll,layout B should not have its own scroll and layout A should not have white-space on its right side.Is it possible to achieve it.
Please refer screenshoot(square in red is parent Layout, square in yellow is Layout A and square in green is Layout B having grid)
Thanks in advance!!!
I am having Layput A and Layout B in a parent Layout.
Layout B has a grid.I have set overflow visible for grid and have set overflow to auto for parent Layput.
Now if i resize brower ,parent layout gets the horizontal scroll bar ( layout A has got white-space and layout B which has grid has taken its size without scroll bar due to overflow:visible).
According to me if i set Overflow from visble to auto for Grid , my problem of white-space on right side of layout A will be solved but it will introduce scroll in grid and layout A too.
My requirenent is that parent layout which should get the scroll,layout B should not have its own scroll and layout A should not have white-space on its right side.Is it possible to achieve it.
Please refer screenshoot(square in red is parent Layout, square in yellow is Layout A and square in green is Layout B having grid)
Thanks in advance!!!
Comment