[NUI] Move ChangeLayoutSiblingOrder from LayoutGroup to LayoutItem
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 5 Nov 2021 09:03:39 +0000 (18:03 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 9 Nov 2021 05:57:53 +0000 (14:57 +0900)
commite85bc2b818b8f91d5ad38f5ee46d56d7381b982e
tree00912d2c9d4359672e3bec78be3e458360b050ca
parente7bac8b76c9ce935d526a781b64b49f218a86700
[NUI] Move ChangeLayoutSiblingOrder from LayoutGroup to LayoutItem

Previously, ChangeLayoutSiblingOrder was provided by LayoutGroup.
So, any layout class inherited from LayoutItem could not use it.

Now, ChangeLayoutSiblingOrder is moved from LayoutGroup to LayoutItem.
So, all layout classes inherited from LayoutItem can use it.

This PR has been made to resolve the following issue.
https://github.sec.samsung.net/dotnet/NUIBackend/issues/87
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/Layouting/LayoutGroup.cs
src/Tizen.NUI/src/public/Layouting/LayoutItem.cs