?
=?ISO-8859-1?Q?Kaimar_Seljam=E4e?=
Hi,
I would like to use Form's AutoScroll property, but only partially.
Everything is ok except scrolling when ActiveControl changes (the first
part of "AutoScroll").
For example my code calls someControl.Focus() which results in scrolling
even if the someControl is partially visible. Tab key and mouse click
behave in the same way
Is it possible to disable that part of autoscrolling features and still
use built-in scrollbars? Maybe some WndProc() trick?
I got it to work with AutoScroll=False but I don't like the idea of
implementing all the scrolling from scratch (scrollbar events, page
up/down etc keys, mouse wheel)
Thanks in advance!
Kaimar Seljamäe
I would like to use Form's AutoScroll property, but only partially.
Everything is ok except scrolling when ActiveControl changes (the first
part of "AutoScroll").
For example my code calls someControl.Focus() which results in scrolling
even if the someControl is partially visible. Tab key and mouse click
behave in the same way

Is it possible to disable that part of autoscrolling features and still
use built-in scrollbars? Maybe some WndProc() trick?
I got it to work with AutoScroll=False but I don't like the idea of
implementing all the scrolling from scratch (scrollbar events, page
up/down etc keys, mouse wheel)
Thanks in advance!
Kaimar Seljamäe