C# Tutorials and offshore development in India
Tutorials Resources Forum Reviews Communities Interview Jobs Projects Training Your Ad Here


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » .NET »

Horizontal Scroll Bar for a listview control


Posted Date: 09 Jul 2006      Posted By: Sunanda Varma      Member Level: Bronze     Points: 2   Responses: 1



Hi,
I have a list view control and i want to add horizontal scrollbar for thecontrol. How to add a horizontal scrolbar for the listview in c#

Thanks in advance.





Responses

Author: Sreetharan    10 Jul 2006Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

Hi

I dont think it is possible to add horizontal scroll bar in datalist, instead you can add the datalist within a panel control and make the style of the panel to have a horizontal scroll bar. do as follows


<div id="divList" runat="server" style="overflow:scroll;" width="600" >

< !-- code for datalist -- >

</div>


Regards
Sreetharan S.T



Author: Abhishek Arya    10 Jul 2006Member Level: DiamondRating: 2 out of 52 out of 5     Points: 2

Select list view and change the property of scroll bar as always


Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : what is a resource file...
Previous : sql querry
Return to Discussion Forum
Post New Message
Category: .NET

Related Messages




About Us    Contact Us    Privacy Policy    Terms Of Use