[NUI] Fix ScrollBar Unparent bug
authorhuiyu.eun <huiyu.eun@samsung.com>
Tue, 22 Dec 2020 07:23:48 +0000 (16:23 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 22 Dec 2020 08:57:34 +0000 (17:57 +0900)
commita83f12d19956d7c5ba7ca4355aa56b37c9d2e225
tree64829f6dcae7f7b12dc88a7653f612433da1fb10
parentc50c5f87676767dca0a85ef5ac8cc598441a1023
[NUI] Fix ScrollBar Unparent bug

ScrollBar.Unparent() is not working.

ScrollBar.Unparent() -> ScrollableBase.Remove(view)
Remove() of ScrollableBase is overridden to be removed based on ContentContainer.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/Tizen.NUI.Components/Controls/ScrollableBase.cs
src/Tizen.NUI.Components/Controls/ScrollbarBase.cs