Hi, I want to smooth scroll to bottom of the list but when I check Scrollstate.maxValue, it is same as Scrollstate.value. Infact when I manually scroll to top of the list, maxValue is messed up. In few cases I got 0. So i cannot reliably scroll to bottom of the list. Has anyone faced this issue before?
Another approach - when I do smoothScroll to 0f and reverse the scrolling direction in ScrollableColumn then it scrolls to the last element correctly but it does not animate or in other words does not smooth scroll. Any ideas how to get that working smoothly?