[NUI] Measure Child's Layout in FlexLayout (#1385)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Tue, 11 Feb 2020 04:37:36 +0000 (13:37 +0900)
committerGitHub <noreply@github.com>
Tue, 11 Feb 2020 04:37:36 +0000 (13:37 +0900)
commit72a311c46e03cf8c0c673f4b15fd1ce64cc17cef
tree0464db45f3cddebcf47892d49912a55f6bdc89ba
parent002bef165e2a873b5611a2967e562ebf691ecb66
[NUI] Measure Child's Layout in FlexLayout (#1385)

Previously, children in FlexLayout were not measured but just returning NaturalSize.
To support nested Layout, FlexLayout also should measure Layout of its children.

Now, FlexLayout measures its children and it also can fix MatchParent issue in FlexLayout.
src/Tizen.NUI/src/public/Layouting/FlexLayout.cs