sinuser Member Licensed User Longtime User Jul 25, 2018 #1 hi, i have a xcustomlistview and i need to enable the scroll when the scrollview si smaller then pag, i need the scroll because it fire the scrollchange event i and i update the element inside grid thanks
hi, i have a xcustomlistview and i need to enable the scroll when the scrollview si smaller then pag, i need the scroll because it fire the scrollchange event i and i update the element inside grid thanks
Alexander Stolte Expert Licensed User Longtime User Jul 25, 2018 #2 Wrong Forum Section. and you have already your answer. Erel said: You will need to add a "stub" item that will cause the list to be larger. Click to expand... for example: if xclv.LastVisibleIndex = yclv.size -1 and xclv.FirstVisibleIndex = 1 then.... add a "stub" item.
Wrong Forum Section. and you have already your answer. Erel said: You will need to add a "stub" item that will cause the list to be larger. Click to expand... for example: if xclv.LastVisibleIndex = yclv.size -1 and xclv.FirstVisibleIndex = 1 then.... add a "stub" item.