Hi I try to make appbar button for back to home (on detail page)
I add listener to the button, and when clicked will navigate to home.html
nav.navigate("/pages/home/home.html");
And page back to home
But the problem is horizontal scrollbar not shown on my list view on home.html
When I click on listview -> then scrollbar show
How to solve this, I want automatically scrollbar show, no need to clicked listview first
Thanks