[NUI] Measure Child's Layout in FlexLayout (#1384)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Tue, 11 Feb 2020 04:36:45 +0000 (13:36 +0900)
committerGitHub <noreply@github.com>
Tue, 11 Feb 2020 04:36:45 +0000 (13:36 +0900)
commit62d9c85617ccb2e786cca1017c0d2cdef98ebac9
tree85fcabcdb8d01bef36ef77cec33ecfa0a298b9a0
parent545a2ce77d034551cab0ed6f2ae2a0c3c3932f15
[NUI] Measure Child's Layout in FlexLayout (#1384)

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