Fix dispoing collectionView and related classes. (#2986)
authorSangHyeon Jade Lee <sh10233.lee@samsung.com>
Mon, 3 May 2021 06:27:39 +0000 (15:27 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 7 May 2021 05:58:58 +0000 (14:58 +0900)
commite19c90dd4203afd4739e1e18d2517c8d4be55cf7
treeafd463a8ec78aafc5fe377b4c21e6c81deb766b1
parent1905d94f121b202c1ee95ad281761dd5f53fa4bd
Fix dispoing collectionView and related classes. (#2986)

items and container is not cleared after view disposed.
fix collectionView and item dispose properly.
src/Tizen.NUI.Components/Controls/RecyclerView/CollectionView.cs
src/Tizen.NUI.Components/Controls/RecyclerView/Item/DefaultGridItem.cs
src/Tizen.NUI.Components/Controls/RecyclerView/Item/DefaultLinearItem.cs
src/Tizen.NUI.Components/Controls/RecyclerView/Item/DefaultTitleItem.cs
src/Tizen.NUI.Components/Controls/RecyclerView/RecyclerView.cs