Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Building Controls / February 2006

Tip: Looking for answers? Try searching our database.

autoscrolling in .net

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
AVL - 27 Feb 2006 11:40 GMT
Hi,

I've a requirement in which I need to implement autoscrolling....
Is there any control in .net which supports this functionality/............

My display list(data) should be scrolling ...........
Steve C. Orr [MVP, MCSD] - 28 Feb 2006 00:21 GMT
There are a lot of different ways to scroll things.  The best way depends on
your requirements.

You can put any control into a fixed size area by putting it in a scrollable
div such as this:

<div id="Layer1" style="position:relative;width:350px;height:200px;overflow:
scroll;">control goes here</div>

The key is to use the "overflow" CSS attribute.Here's more info:
http://www.w3schools.com/css/pr_pos_overflow.asp

Another option is to put your control in an IFrame.
http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/IFRAME.asp

There are also other more complex techniques with richer client side
functionality such as XML data islands and AJAX.

Signature

I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

> Hi,
>
[quoted text clipped - 3 lines]
>
> My display list(data) should be scrolling ...........

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.