Added new API to set fixed height for the scroll bar
authorRichard Huang <r.huang@samsung.com>
Mon, 19 May 2014 16:41:00 +0000 (17:41 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 27 May 2014 14:37:48 +0000 (15:37 +0100)
commit916eb39585dea4dae019b739376ee493e8fdcc63
treebe261e0a367ba4378e7d6aa856f3be1c8d3f3407
parent0023f4d39b640af529ddcd0a07f271a877c473ef
Added new API to set fixed height for the scroll bar

[problem] When fast scroll is enabled, the height of the scroll bar should be fixed.
[cause] The height of scroll bar is dynamically changed according to the length of
        scroll content. There is no API to set fixed height for the scroll bar.
[solution] Implemented new API to set fixed height for the scroll bar, so that the
           the height of the scroll bar will keep the same regardless of the length
           of scroll content.
base/dali-toolkit/internal/controls/scroll-bar/scroll-bar-impl.cpp
base/dali-toolkit/internal/controls/scroll-bar/scroll-bar-impl.h
base/dali-toolkit/public-api/controls/scroll-bar/scroll-bar.cpp
capi/dali-toolkit/public-api/controls/scroll-bar/scroll-bar.h