How do I reset background color of scrollbar and scrollbox? This color is always Color.White and I can't find cause.
I found cause.
appearance13.BackColor = System.Drawing.SystemColors.Window;appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;this.ultraGrid.DisplayLayout.Appearance = appearance13;
BackColor setting by this code than apply to color for splitterbox and splitterbar.
Oh... sorry, it's my mistake. I had in mind splitterbars and splitterbox, of course. Usally, these UI elements are gray, and I can't find cause why these are white.
Hi,
I'm afraid I do not understand your question. Reset it to what? The scrollbars in this image are not white.
It looks like these scrollbars are using Office2007 style. But there are a number of ways that could be acheived using grid properties or an application style library, so it's hard to tell you how to turn it off without knowing what turned it on - since it's not the default appearance.