Qt QML nested listview, weird scrolling behaviour -
i having problem concerning scrolling behaviour of listview
. when nesting lists, inner lists able scroll , down, looks ugly.
to avoid problem set inner lists boundsbehavior
flickable.stopatbounds
. solved problem , inner lists looks commond delegates. however, scrolling behaviour appears little bit weird. scrolling upwards works fine if want scroll downwards, have move finger in opposite direction @ least millimeter. seems first have activate downwards scrolling scroll upwards.
how fix this?
not sure fits use case, using repeaters instead of inner lists?
Comments
Post a Comment