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

In This Topic
    ScrollPreviewRowTemplate Property (C1DataGrid)
    In This Topic
    Gets or sets the System.Windows.DataTemplate used as preview of the scrolling row, when using DataGridScrollMode.Deferred as ScrollMode.
    Syntax
    'Declaration
     
    
    Public Property ScrollPreviewRowTemplate As DataTemplate
    public DataTemplate ScrollPreviewRowTemplate {get; set;}
    See Also