Board index » delphi » How to hide scrollbars and still support scrolling?
Todd Schneider
![]() Delphi Developer |
Fri, 16 Sep 2005 21:44:44 GMT
How to hide scrollbars and still support scrolling?
Can't seem to hide a control's scrollbars and still support scrolling:
When developing a Dephi application for a touch screen, the scrollbars Yet, hiding the scrollbars of a TScrollBox prevents the ScrollInView( ) from Note: Setting "ScrollBox1.VertScrollBar.Size := 999", or some number larger Does anyone have any suggestions for supporting scrolling (programatically) Thanks in advance, |