TableView's ( QtQuick) horizontal scroll bar not visible....
Unsolved
QML and Qt Quick
-
I have a horizontal scroll bar in a TableView whose policy is set to AsNeeded. It only shows up if I grab the display with the mouse and move it. I have to do a update() inside the contentHeightChanged signal but that did not work. Any ideas on how to get this scrollbar to show up when needed ?
Thanks for any help