'Declaration Public Property ScrollBarBaseColor As Color
'Usage Dim instance As FpSpread Dim value As Color instance.ScrollBarBaseColor = value value = instance.ScrollBarBaseColor
public Color ScrollBarBaseColor {get; set;}
'Declaration Public Property ScrollBarBaseColor As Color
'Usage Dim instance As FpSpread Dim value As Color instance.ScrollBarBaseColor = value value = instance.ScrollBarBaseColor
public Color ScrollBarBaseColor {get; set;}
This property applies to parts of the scroll bars when they are displayed.
The scroll box is the square element in a scroll bar that moves on a track to change the position of the displayed contents when clicked and dragged. The scroll arrows are the square buttons at each end of a scroll bar that move the content on the screen in small increments when clicked.
This property sets the color for several elements to allow you to easily set the color for all of them in one place, rather than setting them individually.
This property (as well as any of the scroll bar related properties) does not have an effect on the Mozilla Firefox browser. Firefox does not support the CSS properties to handle this customization of the scroll bars.
FpSpread Class
FpSpread Members
Customizing the Scroll Bar Colors
Understanding Browser Support