Question
Grid width does not fit to screen size dynamically
HI,
I have repeating grid layout which has width 'Fill 100%' setting. Grid has 17-18 columns.
At runtime, width of grid is getting streched to more than screen size and i have to use use browser horizontal scrollbar to view the content.
I dont want to use 'Pixels' setting as when screen size changes, it creates problem too.
Is there a way i can set width of grid layout really 100 % fit to screen with horizontal scrollbar other than browser scrollbar.
Thanks,
Prashant Nagargoje
Hi Nagarg,
Thanks for posting your query in PSC!!
If there are fewer columns and you choose to fill 100%, the Grid will shrink itself to fill the screen. If there are more columns horizontal scroll bar appears, which is an expected behavior. as an alternative, if you want all columns to be viewed in the single screen without any scroll bar, you need to add the width of each column size based on the viewable content.
Else based on the screen resolution you can set the columns to limited providing the priority to each and every column configuration.