"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>
 
Back
Top