[NUI] Add API for changing layout sibling order (#1478)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Thu, 19 Mar 2020 05:20:01 +0000 (14:20 +0900)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2020 05:20:01 +0000 (14:20 +0900)
commitee8ff49525662cef973ebdbbabee8dc22e8e8a16
treedd96383ca059ca958b0d35c0a78b0eb1e41678c8
parentb46ce7ebd4959ceff6bbcfc91a4195f13bf96647
[NUI] Add API for changing layout sibling order (#1478)

When changing sibling order of view, layout sibling order should be changed
to apply new position of order changed view.

Add API for changing layout sibling order and call it when changing view sibling order.
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs
src/Tizen.NUI/src/public/Layouting/LayoutGroup.cs