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;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also