"Scrollable viewport" functionality needed

  • Thread starter Thread starter Carl
  • Start date Start date
C

Carl

Hello,
I'm new to asp.net, previously I've been programming in VB6.
I'm looking for the functionality of a "scrollable viewport".
Can this be done with the standard controls in asp.net?
Or are there any (free) custom controls available for this?

Tx in advance
Carl
 
Hello,
I'm new to asp.net, previously I've been programming in VB6.
I'm looking for the functionality of a "scrollable viewport".
Can this be done with the standard controls in asp.net?
Or are there any (free) custom controls available for this?

Tx in advance
Carl

<div style="height:200px;width:200px;overflow:auto">
this is a "scrollable viewport".
<div>
 

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

Back
Top