Spread Silverlight Documentation
ArrangeOverride Method (SpreadView)


GrapeCity.Windows.SpreadSheet.UI Namespace > SpreadView Class : ArrangeOverride Method
The final area within the parent that this element uses to arrange itself and its children.
Positions child elements and determines a size for a System.Windows.FrameworkElement derived class, when overridden in a derived class.
Syntax
'Declaration
 
Protected Overrides Function ArrangeOverride( _
   ByVal finalSize As System.Windows.Size _
) As System.Windows.Size
'Usage
 
Dim instance As SpreadView
Dim finalSize As System.Windows.Size
Dim value As System.Windows.Size
 
value = instance.ArrangeOverride(finalSize)
protected override System.Windows.Size ArrangeOverride( 
   System.Windows.Size finalSize
)

Parameters

finalSize
The final area within the parent that this element uses to arrange itself and its children.

Return Value

The actual size used.
See Also

Reference

SpreadView Class
SpreadView Members