FlexGrid for WinRT
MeasureOverride Method (GridPanel)

The size of the control available for use in the layout logic.
Provides the behavior for the measure part of the control layout.
Syntax
'Declaration
 
Protected Overrides Function MeasureOverride( _
   ByVal availableSize As Windows.Foundation.Size _
) As Windows.Foundation.Size
protected override Windows.Foundation.Size MeasureOverride( 
   Windows.Foundation.Size availableSize
)

Parameters

availableSize
The size of the control available for use in the layout logic.

Return Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridPanel Class
GridPanel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback