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
40
WinGrid Scrollbar appearance
posted

Hi there

I'm using the UltraWin grid for which I do a lot of appearance customization. I cannot, however, seem to be able to change the appearance of the scrollbars, which remain in XP style... This is confusing since I did change the scrollbar appearance in the designer... But that's not changing anything it seems.

 

Any idea?

 

Thanks

  • 69832
    Suggested Answer
    Offline posted

    I tried the following and it changed the appearance of the scrollbars:

    this.ultraGrid.DisplayLayout.ScrollBarLook.Appearance.ThemedElementAlpha = Alpha.Transparent;
    this.ultraGrid.DisplayLayout.ScrollBarLook.Appearance.BackColor = Color.Red;