Fix for 3531: Scroll Bar issue
authorVinay Dutt Vyas <vinay.vyas@samsung.com>
Wed, 20 Mar 2013 12:02:37 +0000 (17:32 +0530)
committerVinay Dutt Vyas <vinay.vyas@samsung.com>
Wed, 20 Mar 2013 12:02:37 +0000 (17:32 +0530)
Change-Id: I247eaea42a480a695e179e819c665262717ca4e3

src/ui/controls/FUiCtrl_ListImpl.cpp

index 842493a..b84c72e 100644 (file)
@@ -273,7 +273,7 @@ _ListImpl::CreateListImplN(List* pControl, const Rectangle& bounds)
        _TableView* pCore = null;
        _ListImpl* pImpl = null;
 
-       pCore = _TableView::CreateTableViewN(TABLE_VIEW_STYLE_SIMPLE, true, TABLE_VIEW_SCROLL_BAR_STYLE_FIXED);
+       pCore = _TableView::CreateTableViewN(TABLE_VIEW_STYLE_SIMPLE, true, TABLE_VIEW_SCROLL_BAR_STYLE_FADE_OUT);
 
        r = GetLastResult();
        SysTryReturn(NID_UI_CTRL, pCore, null, r, "[%s] Propagating.", GetErrorMessage(r));