ListBox not scrolling on IE
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.
精彩评论