[NUI] Fixed GridLayout scrolling issue (#1323)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Mon, 20 Jan 2020 07:15:58 +0000 (16:15 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 20 Jan 2020 07:15:58 +0000 (16:15 +0900)
commit334fb319592392d71ab3dd10da5cc402028dcb56
tree52a370f35609ecc7c47228f70891dd50d8e2f09f
parent31894087855a25e8b0d0d673694d2b1087a15b9d
[NUI] Fixed GridLayout scrolling issue (#1323)

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