| Author: Sreetharan 10 Jul 2006 | Member Level: Gold | Rating: 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 2006 | Member Level: Diamond | Rating: Points: 2 |
Select list view and change the property of scroll bar as always
|