FlexGrid for WinRT
ArrangeOverride Method (C1SlideContentControl)

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. Classes can override this method to define their own Arrange pass behavior.
Syntax
'Declaration
 
Protected Overrides Function ArrangeOverride( _
   ByVal finalSize As Windows.Foundation.Size _
) As Windows.Foundation.Size
protected override Windows.Foundation.Size ArrangeOverride( 
   Windows.Foundation.Size finalSize
)

Parameters

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

Return Value

The actual size that is used after the element is arranged in layout.
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

C1SlideContentControl Class
C1SlideContentControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback