Quote:
Originally Posted by chaley
I don't understand. I have a prototype in model() that sets the highlighted rows. They get highlighted. I am not required to turn highlight mode on or off. Are you sure that you need to change the toggle?
|
I didn't realise it was possible to highlight the rows without switching the highlight mode. I've just tried your code now and that works well - I just hit esc and my highlight mode state is preserved whether it was on or off.
In terms of rows, it could be thousands, it could be a handful. Really depends on the state of the users library
Perhaps it is possible to supply some custom sorting to the view with a delegate to display the highlighted rows at the top (in my case I just want to test for presence in the highlighted set)?