PDA

View Full Version : Navigation by QListView with enabled isWrapping property



qt-closer
12th October 2010, 21:04
Hello, All

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

5318

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