ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowPresenter Class / RowAreaMargin Property

In This Topic
    RowAreaMargin Property
    In This Topic
    Gets or sets a Margin that can be applied to a System.Windows.UIElement inside a row presenter ensuring the element won't be scrolled even whether the row is scrollable.
    Syntax
    'Declaration
     
    
    Public Property RowAreaMargin As Thickness
    public Thickness RowAreaMargin {get; set;}
    Remarks
    This property is controlled by the C1DataGrid to which the presenter belongs.
    See Also