I have used @loïc-dumas 's answer, but for there to be an empty space after you are at the last element i used
LazyRow(
contentPadding = PaddingValues(
end = LocalConfiguration.current.screenWidthDp.dp
)
) {}
instead of adding empty element. Will work also with TvLazyRow.