tscrollbox Questions
3
Solved
It is easy to detect whether the vertical scrollbar of a TScrollBox is at the very top or not:
IsScrollBarAtTop := ScrollBox1.VertScrollBar.Position = 0;
But how can I detect whether the verti...
Thracophrygian asked 5/12, 2016 at 9:3
4
Solved
This seems like a very simple problem, but I cannot get a scrollbox to display scrollbars, and it is driving me crazy.
Here is the situation. I need to display a variable number of frames in a por...
Explain asked 27/1, 2012 at 16:29
1
Solved
I have a simple sizable form with TScrollBox (Align := alClient) and some controls put on TScrollBox. If user change the form size, TScrollBox show and hide the HorzScrollBar and VertScrollBar (dep...
Pressey asked 18/9, 2015 at 6:3
1
Solved
Is there any simple way to track scrolling of TScrollbox content with his scrollbars ?
I have several TScrollBox components (each of them has some components inside) and would like to keep them syn...
Enthusiastic asked 22/7, 2013 at 12:55
1
Solved
I created a Custom scrollbox derives from TScrollbox that works the same except that it will scrolls when dragging in the client area aside from its scrollbars.
My problem now is i cannot Drag To...
Ingvar asked 7/3, 2012 at 2:52
1
Solved
I have created one TScrollBox. I have added the Label and Edit Box on it dynamically on Button click. For setting the location of component i have used the height,width,left,top property of compone...
Renewal asked 8/7, 2011 at 6:32
1
© 2022 - 2024 — McMap. All rights reserved.