Was wondering is there a way to enable the horizontal scrollbar for jquery if the content is wider than the screen.
Vertical scrolling works automatically with the grid, but horizontal doesn't.
Any ideas?
Was wondering is there a way to enable the horizontal scrollbar for jquery if the content is wider than the screen.
Vertical scrolling works automatically with the grid, but horizontal doesn't.
Any ideas?
Hello,
You need use CSS property "overflow":
https://css-tricks.com/almanac/proper...
Thanks Sergiy. It worked.I did it this way, not sure if this is the most efficient way.
On page load event :
Appery("mobilecontainer").css('overflow','scroll');