Intersoft ClientUI Documentation
ArrangeOverride Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewRowsPresenter Class : ArrangeOverride Method






finalSize
The final area within the parent that this object should use to arrange itself and its children.
Provides the behavior for the Arrange pass of Silverlight layout.

Syntax

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

Parameters

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

Return Value

The actual size used once the element is arranged.

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.