Scrollable GridView ? You meant horizontal scrolling ? Just encapsulate grid view in control panel. Then set stylesheet of that panel to : overflow-x:scroll; . That's all you need 2 do.
On 8/5/09, Yashika <[email protected]> wrote: > http://csharpdotnetfreak.blogspot.com/search/label/GridView?max-results=5 > read this artical will help u > > > On 8/5/09, rodrigo.defavari <[email protected]> wrote: >> >> >> Hello all, >> >> I found many many times in the internet, how do a scrollable GridView. >> However I need to do it on Web User Control. I tried some ways but all >> failed. >> >> Someone have any example like that working fine? >> >> >> Thanks a lot! >> >
