Add Horizontal scrollbar to the listview

0
Hi All, I have a listview and have multiple data into it. I want to add a horizontal scroller to it which is visible.
asked
1 answers
2

Hi Madhura,

 

Try to add this CSS to your list view,

    overflow-x: scroll;
    overflow-y: hidden;

 Hope this helps!

answered