No graphical features when move on the right

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
MatteoAllix
User
Posts: 117

No graphical features when move on the right

Post by MatteoAllix »

Hello,

After loading the website in the browser, using Chrome or IE 11 on Windows 7 Professional, I get the horizontal scroll bar.
I can see that the rows go on past the screen and I can scroll over to look at the information in there,
but when I use the scroll bar to move on the right, all grafical features disappear and the backgruond is empty.
How can I solve this problem?

Thanks,
Matteo


Webmaster
User
Posts: 9427

Post by Webmaster »

If you are using v2018 and you have disabled advanced setting "Reset layout height" so you can see the horizontal scrollbar, you can use the "overflow" event to adjust the CSS for your layout, see example in "Server Events and Client Scripts" -> "Client Scripts" -> "Global -> Pages with header/footer" -> "Client Script" in the help file (look for "overflow").


MatteoAllix
User
Posts: 117

Post by MatteoAllix »

Hello,
i follow your instruction but still doesn't work.
I'm not so good with CSS, maybe i'm doing it wrong.
Did you have a solution for this?
Thanks,
Matteo


Webmaster
User
Posts: 9427

Post by Webmaster »

Try your hand at it and if your code does not work, post it here for discussion.


Post Reply