I have a QListWidget in PySide2 and I want to turn off the wrapping function. How do I disable that function?
Asked
Active
Viewed 50 times
0
-
Could you explain me better?, I don't understand your question – eyllanesc Oct 18 '19 at 03:15
-
The items populate the list and if there are more items than can fit in the box, it wraps them into a second column rather then extending the list vertically and allowing the scroll bar to function. – winteralfs Oct 18 '19 at 03:17
-
1provide a [MRE] – eyllanesc Oct 18 '19 at 03:19
-
1That is not the default behavior of a QListWidget, so I assume that some configuration of yours is generating what reinforces my request for MRE if you want help. – eyllanesc Oct 18 '19 at 03:59
-
I am trying to recreate the behavior in a sharable size – winteralfs Oct 18 '19 at 04:24