On Tue, Feb 17, 2009 at 3:43 PM, Marc-Andre Decoste <[email protected]> wrote: > Salut, > I'm looking for a way to know, at the BrowserView (or even at > the RenderWidgetHostViewWin) level, if there is one, and only one scroll bar > visible. I thought I could ask Windows with ::GetScrollBarInfo, but it > doesn't work since the scroll bars are handled by WebKit and not by Windows.
Scroll bars a non-native and rendered by WebKit. The browser doesn't know anything about it. I think you will have to do this at the WebKit level. Brett --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
