Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
333 views

TScrollBox problem

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 ...
1
vote
1answer
136 views

Keep a bitmap on a fixed position in TScrollBox

I put al kinds of frames on a TScrollBox. When scrolling they are being scrolled correctly. Now I want to add an bitmap that remains on a fixed postion. I tried a TImage having the same parent (a ...
0
votes
1answer
80 views

Why is my TScrollBox not showing scrollbars?

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 ...
0
votes
1answer
124 views

How to get selected form from a TScrollBox in Delphi?

I am creating some forms inside a scroll box, dynamically. When I click on a created form I want to get some values that are stored in that particular form to the parent form. Is this possible? If ...
0
votes
2answers
2k views

How to show scrollbars in TScrollBox after it has been made visible again?

I've ran into one small problem. I am dynamically generating some controls and place them on a TScrollbox component. But I noticed that if the scrollbox is visible, user can clearly see each of the ...
0
votes
3answers
1k views

How do I make the scroll bars show up on a TScrollBox?

The TScrollBox control looks like it's supposed to basically be a TPanel with scroll bars attached along the bottom and the right edge. I tried placing one on a form, but no matter what I do, I can't ...