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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10150282.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21343973.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21492459.html
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...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_22020194.h...
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22030266.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10063229.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_12035379.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20082696.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20367415.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21355750.html