maximum value of listview1.scrollviewpos

0

Good morning, to all

If someone can give a help ... How to know the maximum value of the listview scroll (listview1.scrollviewpos), I can not figure it out.

Thank you, Cassiano

    
asked by anonymous 26.02.2018 / 14:41

1 answer

0

Use the GetScrollRange API function.

GetScrollRange(ListView.Handle,SB_VERT,Minimo,Maximo);

    
07.03.2018 / 15:30