From 4eb190249154a244e84e4ec10c36208061b07a58 Mon Sep 17 00:00:00 2001 From: HemulGM Date: Wed, 12 Jan 2022 18:59:56 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D1=81?= =?UTF-8?q?=D0=BA=D1=80=D0=BE=D0=BB=D0=B0=20=D0=B2=20=D0=BA=D0=BE=D0=BD?= =?UTF-8?q?=D0=B5=D1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HGM.FMX.SmoothScroll.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HGM.FMX.SmoothScroll.pas b/HGM.FMX.SmoothScroll.pas index 58533f8..5530230 100644 --- a/HGM.FMX.SmoothScroll.pas +++ b/HGM.FMX.SmoothScroll.pas @@ -134,7 +134,7 @@ procedure TSmoothScroll.ScrollDown; procedure TSmoothScroll.ToEnd; begin - FScroll.ViewportPosition := TPointF.Create(FScroll.ViewportPosition.X, FScroll.ContentBounds.Bottom - FScroll.ClientHeight); + FScroll.ViewportPosition := TPointF.Create(FScroll.ViewportPosition.X, FScroll.ContentBounds.Bottom + 100); end; procedure TSmoothScroll.ScrollEvent(WheelDelta: Single);