elitevenkat Active Member Licensed User Longtime User Aug 18, 2017 #1 Hi In expandable customview by Erel, https://www.b4x.com/android/forum/threads/expandable-list-based-on-customlistview.81445/#content the last row though expanding, can be seen only by manual scrolling of the customview control. Is it possible to problematically scroll the SV control only for the last row?
Hi In expandable customview by Erel, https://www.b4x.com/android/forum/threads/expandable-list-based-on-customlistview.81445/#content the last row though expanding, can be seen only by manual scrolling of the customview control. Is it possible to problematically scroll the SV control only for the last row?
Erel B4X founder Staff member Licensed User Longtime User Aug 18, 2017 #2 You can change the scroll position when ExpandItem is called. Something like: B4X: clv.sv.ScrollPosition = clv.sv.ScrollPosition + 60dip Upvote 0
You can change the scroll position when ExpandItem is called. Something like: B4X: clv.sv.ScrollPosition = clv.sv.ScrollPosition + 60dip