I get strange scrolling behavior with QML's GridView on OSX with with a 
touchpad doing the typical two finger scrolling gesture.  Click drag seems to 
be doing what two finger click drag should be.  Is this a bug or am I missing a 
step?

Also I have a large data base (orm) of image assets that I display in the grid 
view and get periodic updates from the server with ‘windows’ of data about 1000 
items long.  Any tips on segmenting ListModels to allow for continuos scrolling 
of large datasets like this?  Is it safe to just let the y displacement 
accumulate to very large numbers?

Thanks,
j

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to