Hello, All

I have created form with QListView and set isWrapping property to true. Now it is look like this:

several-columns.png

As you can see the last item in the first column is selected. If I press "Down" button then do nothing but I want to see selected first item in second column i.e. I want to have ability for move between all items use "Up" and "Down" buttons only. How to implement it behavior?

P.S.

How do you think this is bug of QListView or standard behavior?

Thanks