Custom DropDown Behaviour
-
I want to draw your attention to the behaviour of a custom dropdown combobox such as one on: http://www.codeproject.com/aspnet/ComboAdjustDropDownWidth.asp[^] when the page containing it is loaded on a custom browser created using the WebBrowser Control that comes with Microsoft Visual Studio 2005. It is impossible to scroll using the vertical scrollbar. When you click on the scrollbar with an intention to scroll, it just closes. I tried this from a custom browser I created and also on another by Thomas Maxwell on Planet Source Code: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=10&txtCodeId=5484[^] with the same result. On IE, its scrolling ability is OK. Is it possible that Microsoft's WebBrowser control might have some deficiencies?