table with scrollbar?

B

Brock

Is there a way to place a vertical scrollbar on the table, or a way to
embed the table in another control type that I could put a scrollbar
in?
 
D

David Wier

The closest you can come, I believe is putting the Table in a DIV tag:
<div id="Layer1" style="position:relative;width:450px;
height:300px;overflow: scroll;">
Put your table here and adjust size of div to your needs
</div>

David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup
 
B

Brock

Thanks that works, but it moved the table, which was on my upper left
part of my screen, to below another <div><div/> (which is in the upper
lefl of my screen, that hold a datagrid. I tried to code the positions
as absolute and with my desired position numbers but that scrambled
the table's contents.
 

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

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,188
Latest member
Crypto TaxSoftware

Latest Threads

Top