transparent vertical scroll bar
Unsolved
General and Desktop
-
Hello there,
There is a vertical scroll bar in the table view as in this photo. this is occupies a space in the tableview area. I dont want this.
Instead I want a scrollbar that appears transparently above the view like in the photo. How can I do that ?
-
Hi, don't think that Qt's table view supports this out of the box. Instead your best best is probably to set the scrollbar policy in the table view to Qt::ScrollBarAlwaysOff and implement your own using a customized vertical slider (QSlider without any grooves or ticks).