ComponentOne DataGrid for WPF and Silverlight
RowAreaMargin Property (DataGridRowPresenter)

C1.WPF.DataGrid Namespace > DataGridRowPresenter Class : RowAreaMargin Property
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 System.Windows.Thickness
public System.Windows.Thickness RowAreaMargin {get; set;}
Remarks
This property is controlled by the C1DataGrid to which the presenter belongs.
See Also

Reference

DataGridRowPresenter Class
DataGridRowPresenter Members