Intersoft ClientUI Documentation
MeasureOverride Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXCollection Namespace > UXVirtualizingListBox Class : MeasureOverride Method






finalSize
The available size that this object can give to child objects. Infinity can be specified as a value to indicate that the object will size to whatever content is available.
Provides the behavior for the Measure pass of Silverlight layout.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function MeasureOverride( _
   ByVal finalSize As Size _
) As Size
Visual Basic (Usage)Copy Code
Dim instance As UXVirtualizingListBox
Dim finalSize As Size
Dim value As Size
 
value = instance.MeasureOverride(finalSize)
C# 
protected override Size MeasureOverride( 
   Size finalSize
)
Delphi 
protected function MeasureOverride( 
    finalSize: Size
): Size; override; 
JScript 
protected override function MeasureOverride( 
   finalSize : Size
) : Size;
Managed Extensions for C++ 
protected: Size MeasureOverride( 
   Size finalSize
) override 
C++/CLI 
protected:
Size MeasureOverride( 
   Size finalSize
) override 

Parameters

finalSize
The available size that this object can give to child objects. Infinity can be specified as a value to indicate that the object will size to whatever content is available.

Return Value

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.