tsteward Well-Known Member Licensed User Longtime User Feb 5, 2025 #1 Not sure what I have done (nothing that I know of) but when there aren't enough rows to fill my CLV they drop to the bottom of the view Video link to show How is this possible or even better how do I fix this please. Tony Attachments Screenshot 2025-02-05 213255.png 124 KB · Views: 87
Not sure what I have done (nothing that I know of) but when there aren't enough rows to fill my CLV they drop to the bottom of the view Video link to show How is this possible or even better how do I fix this please. Tony
Alexander Stolte Expert Licensed User Longtime User Feb 5, 2025 #2 you set the y/offset value somewhere, it is best to search in the code for: ScrollViewOffsetY Upvote 0
tsteward Well-Known Member Licensed User Longtime User Feb 5, 2025 #3 Alexander Stolte said: you set the y/offset value somewhere, it is best to search in the code for: ScrollViewOffsetY Click to expand... ScrollViewOffset is not in my code anywhere. I did a search to check. I wonder though if I could use that to fix it....? Upvote 0
Alexander Stolte said: you set the y/offset value somewhere, it is best to search in the code for: ScrollViewOffsetY Click to expand... ScrollViewOffset is not in my code anywhere. I did a search to check. I wonder though if I could use that to fix it....?
tsteward Well-Known Member Licensed User Longtime User Feb 6, 2025 #4 I still have no idea what's causing this. tried setting ScrollViewOffset to 0 after loading, but it doesn't change anything Upvote 0
I still have no idea what's causing this. tried setting ScrollViewOffset to 0 after loading, but it doesn't change anything