Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 20(0.014 seconds)
Sort By:
 
Hi, is there any way I can "Scroll" a scrollbox without a Scrollbar?.....I want to be able to use the ScrollBox client area as the scrollbar itself.  In other words, when ever the left button is pr...
Zones: Delphi ProgrammingDate Answered: 04/16/1999 Rating: 9.0 Views: 0
How can I reset a TScrollBox position? I cant do this if I hide the VertScrollBar (Visible := FALSE); Or AutoScroll := FALSE. ScrollBox1.VertScrollBar.Position := 0; <--- has no effect. Pl...
Zones: Delphi ProgrammingDate Answered: 09/06/2005 Rating: 8.6 Views: 0
I have this flicker problem. I'm using a scrollbox as a container for twincontrol decendant components (containing radio buttons piled horizontally used for test option selection). Whenever I resiz...
Zones: Delphi ProgrammingDate Answered: 01/10/2006 Rating: 7.6 Views: 0
My application has a component based on a TScrollBox object which contains up to 2700 lines of text. The problem I have is that when the component is scrolled there are often missing pixel rowsin t...
Zones: C++ BuilderDate Answered: 10/12/2006 Rating: 8.0 Views: 0
Hi everyone, I have a TImage inside a TScrollBox. The image is bigger in dimension than the TScrollBox so scrollbars appear on the TScrollBox. I redraw/refresh the TImage everytime it is clicked...
Zones: Delphi ProgrammingDate Answered: 10/19/2006 Rating: 9.0 Views: 0
How can I draw something on TScrollBox (it has no Canvas property). I tried to put TImage on it, but I need something like a background, and when I make TImage's Align alClient and draw on its canv...
Zones: Delphi ProgrammingDate Answered: 08/12/1998 Rating: 6.8 Views: 0
I have a component derived from a scrollbox that has a paintbox on its surface.  I want to trap key events when the component has focus but can't seem to get any event occurring.  The compiler lets...
Zones: Delphi ProgrammingDate Answered: 12/14/2000 Rating: 6.2 Views: 0
I have TScrollBox component on my form and few other components inside TScrollBox. One of the components there is a big image component and its size exceeded ScrollBox's size. I want to allow user ...
Zones: Delphi ProgrammingDate Answered: 09/01/2001 Rating: 7.4 Views: 0
My first real question.. how many points?  All I have. ;) The foundation: Imagine a Form.. several different controls on the form, one of them being a TScrollBox. Inside this TScrollBox ar...
Zones: Delphi ProgrammingDate Answered: 09/29/2002 Rating: 8.0 Views: 0
Hi i am developing a vehicle monitoring system that displays data for a specific vehicle on a number of pages. However i would like to keep one vehicle per page, and sometimes the data scrolls outs...
Zones: Delphi ProgrammingDate Answered: 03/22/2005 Rating: 7.8 Views: 0