Check if we should prune messages below the current view.
should_prune_below(
self,
scroll_position: float,
viewport_height: int,
content_height: int
) -> boolNote:
Not yet integrated into the scroll handler. Intended for future pruning of messages below the viewport when the user scrolls far up.