add shadow effect for scrollablebase.
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / Controls / ScrollableBase.cs
2020-11-04 huayong.xuadd shadow effect for scrollablebase.
2020-10-14 zhouleonlei[NUI] Add null pointer check for Scrollbar (#2050)
2020-10-07 dongsug-song[NUI] Add RemoveAllChildren() in ScrollableBase (#2076)
2020-09-24 huiyueun[NUI] Fix ScrollableBase maxScrollDistance issue (...
2020-09-18 bshsqa[NUI] Make Scrollable finish when Gesture.StateType...
2020-08-27 neostom432[NUI] change amount of Notificaion step (#1930)
2020-08-19 Seoyeon2Kim[NUI] Add the default Accessibility attribute trait...
2020-08-19 Seoyeon2Kim[NUI] Add Accessibility override functions to component...
2020-08-18 neostom432[NUI] Boundary check for properties in ScrollableBase...
2020-08-06 jaehyun0cho[NUI] Add ScrollPosition and ScrollCurrentPosition...
2020-07-28 neostom432[NUI] Fix scroll item touch issue (#1864)
2020-07-15 neostom432[NUI] Fix ScrollableBase when velocity is 0 (#1822)
2020-07-13 neostom432[NUI] Open ScrollalbleBase APIs (#1783)
2020-07-02 neostom432[NUI] Add PageFlickThreshold and ScrollAlphaFunction...
2020-07-02 neostom432[NUI] Clean up unused api (#1785)
2020-06-26 neostom432[NUI] Deceleration of scrolling (#1759)
2020-06-24 jaehyun0cho[NUI] Add public types to replace nested types (CA1034...
2020-06-22 YeongJong Lee[NUI] fix c&p error (#1721)
2020-06-22 neostom432[NUI] ScrollableBase usage improvement (#1724)
2020-06-18 zhouleonlei[NUI] Fix Svace issues (#1719)
2020-06-17 neostom432[NUI] Add Scrollbar Proprety to ScrollableBase (#1694)
2020-06-12 woohyun[NUI] replace field declaration with property (#1703)
2020-06-12 woohyunRevert "[NUI] replace field declaration with property...
2020-06-12 woohyun[NUI] replace field declaration with property (#1701)
2020-06-11 neostom432[NUI] Add GridRecycleLayotManager (#1685)
2020-06-11 neostom432[NUI] Change ScrollableBase clipping mode (#1690)
2020-06-10 YeongJong Lee[NUI] cleanup MeasureChild Methods (#1684)
2020-06-09 neostom432[NUI] Calculate MaxScrollDistance in Relayout (#1665)
2020-06-04 jaehyun0cho[NUI] Fix ScrollTo to move pan position to the argument...
2020-05-28 neostom432[NUI] First version of RecyclerView (#1626)
2020-04-13 neostom432[NUI] Interrupt pan when popup is popped (#1539)
2020-03-30 neostom432[NUI] Fix scrolling (#1495)
2020-03-09 neostom432[NUI] Change PageToSnap Behavior (#1453)
2020-02-28 neostom432[NUI] Use padding & margin to meausre size in Layout...
2020-02-24 neostom432[NUI] Add ScrollEvent to ScrollableBase (#1430)
2020-02-20 neostom432[NUI] Remove draft property in ScrollableBase (#1428)
2020-01-30 neostom432[NUI] Add ScrollToIndex to ScrollableBase (#1352)
2020-01-21 neostom432[NUI] Add/change scroll event (#1331)
2020-01-20 neostom432[NUI] Fixed GridLayout scrolling issue (#1324)
2020-01-13 neostom432[NUI] Add ScrollEnabled property to ScrollableBase...
2020-01-10 neostom432[NUI] Initialize pan direction of ScrollableBase to...
2019-12-24 Xianbing Teng[NUI.Components] Fix build warnings (#1233)
2019-12-19 agnelovaz[NUI.Components] Layout scroller/Scrollable Horizontal...