ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / ShowFluidMouseOver Property

In This Topic
    ShowFluidMouseOver Property
    In This Topic
    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 Boolean
    public 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