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
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.