ArrangeOverride Method (DataGridColumnsHeaderPanel)
 
            
                In This Topic
            
            Provides the behavior for the "Arrange" pass of Silverlight layout. Classes can override this method to define their own arrange pass behavior.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Protected Overrides Function ArrangeOverride( _
   ByVal  As Size _
) As Size
             
        
            
            protected override Size ArrangeOverride( 
   Size 
)
             
        
             
        
            Parameters
- finalSize
 
- The final area within the parent that this object should use to arrange itself and its children.
 
            
            Return Value
The actual size used.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also