scrollview enable scroll

Status
Not open for further replies.

sinuser

Member
Licensed User
Longtime User
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
Wrong Forum Section.

and you have already your answer.
You will need to add a "stub" item that will cause the list to be larger.

for example: if xclv.LastVisibleIndex = yclv.size -1 and xclv.FirstVisibleIndex = 1 then.... add a "stub" item.
 
Status
Not open for further replies.
Top