Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
General
»
Aut-Scroll ScrollBox
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Message CM_ShowingChanged...
by
LeP
[
Today
at 01:03:07 am]
Interesting video
by
440bx
[
Today
at 12:57:05 am]
[SOLVED]Program experienc...
by
Cainnech
[
Today
at 12:19:17 am]
Single and Double, Conver...
by
kupferstecher
[
Today
at 12:12:11 am]
TATTabs - how to stop a 3...
by
bobonwhidbey
[
Today
at 12:03:15 am]
New version of LazMapView...
by
wp
[June 12, 2026, 10:56:43 pm]
If FileExists(
by
Bart
[June 12, 2026, 10:39:03 pm]
Which Control should I us...
by
J-G
[June 12, 2026, 08:36:07 pm]
If you are looking for Wi...
by
avra
[June 12, 2026, 07:37:10 pm]
SynEdit theme
by
Martin_fr
[June 12, 2026, 07:35:26 pm]
Can /my/ AI help me with ...
by
microxa
[June 12, 2026, 04:26:18 pm]
Lazarus Bugfix Release 4....
by
Martin_fr
[June 12, 2026, 03:57:39 pm]
Testing with 3.2.4 prepar...
by
Martin_fr
[June 12, 2026, 03:50:17 pm]
IndySecOpenSSL is now ava...
by
LeP
[June 12, 2026, 10:22:50 am]
TDWEdit
by
Ed78z
[June 12, 2026, 10:20:58 am]
Strange Behaviour at Runt...
by
andrew Bubble
[June 12, 2026, 09:54:40 am]
FPC Debug mode releases [...
by
Martin_fr
[June 12, 2026, 09:22:25 am]
Implementing an Elo ratin...
by
paule32
[June 12, 2026, 08:43:20 am]
Death of the Power User
by
wp
[June 12, 2026, 01:29:18 am]
how to add a ForEach call...
by
mas steindorff
[June 11, 2026, 11:42:24 pm]
How to define a type of ...
by
PascalDragon
[June 11, 2026, 09:24:45 pm]
Gitlab site history date.
by
Martin_fr
[June 11, 2026, 08:46:17 pm]
Arkanoid
by
lazarusprogrammer
[June 11, 2026, 08:14:21 pm]
[New Component] ExtTabCtr...
by
d7_2_laz
[June 11, 2026, 05:01:49 pm]
Conscious Artificial Inte...
by
schuler
[June 11, 2026, 04:39:11 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Aut-Scroll ScrollBox (Read 2874 times)
motaz
Sr. Member
Posts: 495
Aut-Scroll ScrollBox
«
on:
July 06, 2014, 11:54:08 am »
I'm creating components at runtime inside ScrollBox, I want the ScrollBox to scroll down to the last added component, the same like Memo when we add text, it scrolls to the end. Is it possible?
Logged
Mike.Cornflake
Hero Member
Posts: 1272
Re: Aut-Scroll ScrollBox
«
Reply #1 on:
July 06, 2014, 12:02:41 pm »
Set Scrollbox.VertScrollbar.Positon. I think you need to set it to Scrollbox.VertScrollBar.Range.
Logged
Lazarus Trunk/FPC latest fixes on Windows 11
I'm getting old and stale. Slowly getting used to git, I'll get there...
motaz
Sr. Member
Posts: 495
Re: Aut-Scroll ScrollBox
«
Reply #2 on:
July 06, 2014, 12:14:33 pm »
Thanks, it works perfect. I was setting it to Size instead:
Code:
[Select]
ScrollBox1.VertScrollBar.Position:= ScrollBox1.VertScrollBar.Range;
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
General
»
Aut-Scroll ScrollBox
TinyPortal
© 2005-2018