[NUI] Add RemoveAllChildren() in ScrollableBase (#2076)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 7 Oct 2020 07:53:24 +0000 (16:53 +0900)
committerGitHub <noreply@github.com>
Wed, 7 Oct 2020 07:53:24 +0000 (16:53 +0900)
commitab66504d212f629bebbc40664054e7d7e6071fc1
tree76d2661f72233840a4ea15c751b1e0a86a3c9732
parent3c355ce0858f9f539220725e8a1806480c01eaa7
[NUI] Add RemoveAllChildren() in ScrollableBase (#2076)

- Add RemoveAllChildren(bool dispose) as hidden API in ScrollableBase class.
- This removes all children in ContentContainer.
- If dispose is true, removed child is also disposed.
src/Tizen.NUI.Components/Controls/ScrollableBase.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/RemoveAllChildrenTest.cs [new file with mode: 0755]