开发者

aspx Div scrolling issue

开发者 https://www.devze.com 2023-02-16 06:46 出处:网络
I ha开发者_如何转开发ve a GridView inside Scrolling div, which looks nice but the problem is that my grid has one column with a picture, so the scrolling is slow and heavy.

I ha开发者_如何转开发ve a GridView inside Scrolling div, which looks nice but the problem is that my grid has one column with a picture, so the scrolling is slow and heavy.

Any idea?

Thanks.

div:

 <div style="border : solid 1px ; padding : 4px; width:640px; height : 550px; overflow : auto; "> 


How big is your picture? I would try reducing the res of your pic and see if it goes any faster.

Edit: Just to be sure it is the problem, have you tried it without the picture column? Also, how many rows are there with 1MB pictures? That's 1MB a row. If you have a bunch of rows, that could be the issue too. Do some testing and try to narrow down the problem.

0

精彩评论

暂无评论...
验证码 换一张
取 消