set Internal SizingStrategy to hide MeasureAll option. (#2959)
authorSangHyeon Jade Lee <sh10233.lee@samsung.com>
Thu, 29 Apr 2021 12:08:12 +0000 (21:08 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 7 May 2021 05:58:58 +0000 (14:58 +0900)
commit704e4f3c1e9148779887d541929ab01a9465efee
treea3964f1661167aded7f71f1a03d390d308058dcb
parent89f379b93ed28ebe6056916b50d7b70fe08aca37
set Internal SizingStrategy to hide MeasureAll option. (#2959)

Currently CollectionView only support MeasureFirst,
and MeasureAll need to be implemented.

before this feature is ready,
make setter internal to disallow unimplemented mode.
src/Tizen.NUI.Components/Controls/RecyclerView/CollectionView.cs
src/Tizen.NUI.Components/Controls/RecyclerView/ItemSizingStrategy.cs