Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Styled Scrollbar
posted

Hi

I'm creating an application with an Office 2007 style. In the app, some containers are set to AutoScroll==true. As a result, scrollbars are shown when content doesn't fit in the container, but these scrollbars aren't styled.

The other solution I thourght of was to create my own panel and use the Infragistics Scrollbar inside to mimic the WinForms Scrollable panel. But surely, you cant expect everyone who needs a ScrollableControl in a styled application to do this.

How do I get an Office 2007 styled scrollbar when I want to use AutoScroll in a panel.

Thanks,

Mike

  • 469350
    Verified Answer
    Offline posted

    Hi Mike,

    AppStylist can only do so much with the inbox controls. It can't give them functionality that they don't already have. And unfortunately, they have no ability to style their scrollbars. 

    So the only way to style a scrollbar would be to use the UltraScrollBar control, like you described.