[NUI] Fixed GridLayout scrolling issue (#1322)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Mon, 20 Jan 2020 07:14:57 +0000 (16:14 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 20 Jan 2020 07:14:57 +0000 (16:14 +0900)
commite597980b4e391a778c67a1934a388ee3dc7c765b
tree26d636a6d2b969d66004b33ec7ef5017e28e61b1
parentb5878d791ee2c1eec2f0c2d86934915a9b051119
[NUI] Fixed GridLayout scrolling issue (#1322)

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