qml: create the scroll bar depending on the orientation in `ListViewExt`
Merged
requested to merge fuzun/vlc:qt/createscrollbardependingonorientationinlistviewext into master
By default we expect the viewport to cover the content width or height depending on the orientation, so in normal cases we only need one scroll bar. This behavior can obviously be overridden where the list view is reused.
This fixes multiple things:
Request review @chub.
VideoLAN code repository instance