Is there a way to anchor the last element of a list?

Hello,

I was wondering if the List component has a way of anchoring the last element of a list to be at the end of the page? So, you can scroll along the list like normal (i.e. scroll: 0), but when the list reaches the end of it’s content, the last element is anchored and you can scroll to it as though you changed the scroll behavior (so it behaves like it’s scroll: { after: 99 } where it can just scroll to the last element, but that last element doesn’t move)

So, you always scroll where the check is, and the pipe represents the end of the page.
|

Once you reach the end of the list, the last element anchors there and you can scroll over to it
|
|
|

I’m looking to do this vertically, but I have the graphic as horizontal because it’s easier to understand.

You could use Row and Column from Lightning-UI-Components
https://rdkcentral.github.io/Lightning-UI-Components/?path=/story/navigation-row--row&args=lazyScroll:true

They have different options to do what you’re looking for.