Spread Silverlight Documentation
MeasureOverride Method (SpreadView)


GrapeCity.Windows.SpreadSheet.UI Namespace > SpreadView Class : MeasureOverride Method
The available size that this element can give to child elements. Infinity can be specified as a value to indicate that the element sizes to whatever content is available.
Measures the layout size required for child elements and determines a size for the System.Windows.FrameworkElement-derived class, when overridden in a derived class.
Syntax
'Declaration
 
Protected Overrides Function MeasureOverride( _
   ByVal availableSize As System.Windows.Size _
) As System.Windows.Size
'Usage
 
Dim instance As SpreadView
Dim availableSize As System.Windows.Size
Dim value As System.Windows.Size
 
value = instance.MeasureOverride(availableSize)
protected override System.Windows.Size MeasureOverride( 
   System.Windows.Size availableSize
)

Parameters

availableSize
The available size that this element can give to child elements. Infinity can be specified as a value to indicate that the element sizes to whatever content is available.

Return Value

The size that this element determines it needs during layout, based on its calculations of child element sizes.
See Also

Reference

SpreadView Class
SpreadView Members