开发者

ListBox not scrolling on IE

开发者 https://www.devze.com 2023-02-19 00:05 出处:网络
I have a ListBox which only becomes scrollable on Internet Explorer when Enabled=\"true\". Is there 开发者_JAVA百科a way around this?You could style it so it looks disabled but isn\'t really and add a

I have a ListBox which only becomes scrollable on Internet Explorer when Enabled="true". Is there 开发者_JAVA百科a way around this?


You could style it so it looks disabled but isn't really and add a client handler to ignore keypress / mouseclick.

Just make sure you don't treat it as an enabled control on the server side. You could easily bypass that on the client.

0

精彩评论

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