Fix ItemView insert/remove when outside the current visible range 35/31935/1
authorPaul Wisbey <p.wisbey@samsung.com>
Fri, 12 Dec 2014 10:11:51 +0000 (10:11 +0000)
committerPaul Wisbey <p.wisbey@samsung.com>
Fri, 12 Dec 2014 10:13:31 +0000 (10:13 +0000)
commit3596419631a942b0522e035117321b65c66d2ac0
tree77f53039143fb0320a1d189d35edd9da247cdcc7
parent8ca28807aa182b4f3e9f2abc41d45162ed08ad99
Fix ItemView insert/remove when outside the current visible range

[problem]      Items are not always repositioned correctly after an insert/remove
[cause]        Inserting/removing before the currently visible items is not supported
[solution]     Add additional logic to the InsertItem method

Change-Id: I3754506048e1bfe1544cb24a2421e66e8052b37a
base/dali-toolkit/internal/controls/scrollable/item-view/item-view-impl.cpp
base/dali-toolkit/internal/controls/scrollable/item-view/item-view-impl.h