ComponentOne DataGrid for WPF and Silverlight
ScrollBarStyle Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : ScrollBarStyle Property
Gets or sets the style that will be applied to the scrollbars of the data grid.
Syntax
'Declaration
 
Public Property ScrollBarStyle As System.Windows.Style
public System.Windows.Style ScrollBarStyle {get; set;}
Remarks
System.Windows.Style.TargetType of the System.Windows.Style must be set to System.Windows.Controls.Primitives.ScrollBar.
See Also

Reference

C1DataGrid Class
C1DataGrid Members