Any 'ScrollBox' control?

M

MuZZY

Hi,

When i am using Borland Delphi for Windows programming, it has a
TScrollBox component, which acts like a panel with optional scrollbars,
which appear if nested components don't fit into panel's area.
Is there such a component in .NET?

PS. I am not talking about HScrollBar and VScrollBar - those are
independent components needed to be specifically handled by programmer.

Thank you in advance,
Andrey
 
H

Herfried K. Wagner [MVP]

* MuZZY said:
When i am using Borland Delphi for Windows programming, it has a
TScrollBox component, which acts like a panel with optional
scrollbars, which appear if nested components don't fit into panel's
area.

Some container controls provide an 'AutoScroll' property. Forms have
this property, and Panel controls provide this property too. Simply set
it to 'True' to enable scrolling when the content don't fit into the
control's/form's area.
 
M

MuZZY

MuZZY said:
Hi,

When i am using Borland Delphi for Windows programming, it has a
TScrollBox component, which acts like a panel with optional scrollbars,
which appear if nested components don't fit into panel's area.
Is there such a component in .NET?

PS. I am not talking about HScrollBar and VScrollBar - those are
independent components needed to be specifically handled by programmer.

Thank you in advance,
Andrey

THANKS A LOT GUYS!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top