Page width problems

0
Hi,  I do have a page containing : 3 lists, a calendar (widget), several datagrids2 and several pivot table web widgets. I tried all kinds to have grip on the page width: the page should fit on the screen without scrolling to the right to make the complete page visible. But it doesn't: I have to scroll to the right and that's not the intention to work efficiently.   On my local W11 environment, in Edge in Parallel desktop it looks better, but still not right. In de W11 / Edge environment of colleagues and my self (out of the Parallel Desktop) it's very broad. See examples.   Does anyone have an idea where  to look for and fix this behaviour?   Already many thanks.   ON W11/Edge:      On Local Edge:
asked
1 answers
0

Use a container and apply the CSS style overflow-x: scroll !important; to it. Then, place your Data Grid inside that container and set width: 4000px !important; in the Appearance → Style section to enable horizontal scrolling and if you want to adjust the width change the '4000' according to your requirement.

answered