ComponentOne DataGrid for WPF and Silverlight
ShowFluidMouseOver Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : ShowFluidMouseOver Property
When set to true, hides the mouse over of the rows provides a fluid mouse effect over the body of the C1DataGrid. Uses the FluidMouseOverBrush and the RowHeight.
Syntax
'Declaration
 
Public Property ShowFluidMouseOver As System.Boolean
public System.bool ShowFluidMouseOver {get; set;}
Remarks
Recommended use of this property is for not editable C1DataGrid with fixed RowHeight, in other cases the selection might be confusing for the end user.
See Also

Reference

C1DataGrid Class
C1DataGrid Members