[NUI] Fixed GridLayout scrolling issue (#1324)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Mon, 20 Jan 2020 07:16:19 +0000 (16:16 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 20 Jan 2020 07:16:19 +0000 (16:16 +0900)
commit6a970c53d3fccc735c7cc404396e30667cd19ac2
tree832e4a87f2e3a995b1c3b0d09b6bc442e733a3d5
parenta95e139f4ddd31f16f8f6b508bdb0af70f4c5962
[NUI] Fixed GridLayout scrolling issue (#1324)

When using GridLayout view with ScrollableBase, it cannot be scrolled.

It cauesd by wrong height measurement and it only happend when setting
WrapContent to layout view.

Save measurement result when using WrapContent.

Co-authored-by: krown <neostom432@nate.com>
src/Tizen.NUI.Components/Controls/ScrollableBase.cs
src/Tizen.NUI/src/public/Layouting/GridLayout.cs