[NUI] Measure Child's Layout in FlexLayout (#1371)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Tue, 11 Feb 2020 04:05:44 +0000 (13:05 +0900)
committerGitHub <noreply@github.com>
Tue, 11 Feb 2020 04:05:44 +0000 (13:05 +0900)
commitb1c852a5d7fcf32dcc2ed752e92865db5a3efd48
tree66da3f920aadf6ac3cf6f4a0f3d1c60bd2a6fefc
parent861fe01b7d80a6ec064bff82db5325f71e709a87
[NUI] Measure Child's Layout in FlexLayout (#1371)

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