GrapeCity.Xaml.SpreadSheet.UI
ArrangeOverride Method (SheetView)


The final area within the parent that this element should use 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 Size _
) As Size
'Usage
 
Dim instance As SheetView
Dim finalSize As Size
Dim value As Size
 
value = instance.ArrangeOverride(finalSize)
protected override Size ArrangeOverride( 
   Size finalSize
)

Parameters

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

Return Value

The actual size used.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options