Fix Scrolling to Specific Element in ScrollView
authorjh5.cho <jh5.cho@samsung.com>
Mon, 26 Dec 2016 08:06:19 +0000 (17:06 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Fri, 24 Mar 2017 04:18:58 +0000 (13:18 +0900)
commite770e77152a6aefeed4f63c65db955124ce0e6c7
treefd89b978c2c11dd336d6d4e58dfcd4f54615f857
parentedabcdabf5c5a7ea57a0c2e5eaecbab28614a208
Fix Scrolling to Specific Element in ScrollView

    - Add the calculation code for getting coordination of given Element
      : ScrollToAsync() which has Element parameter did not work.
        It always scroll to (0,0) because there were no calculation code for Element.

TASK=TCAPI-2174

Change-Id: I6f3fbdbd060b1c74bc89c25e7e46d99cf10fbf51
Xamarin.Forms.Platform.Tizen/Renderers/ScrollViewRenderer.cs