[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubItemsPresenter.ArrangeOverride

ArrangeOverride Method

ArrangeOverride(Size)

Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.

Declaration
protected override Size ArrangeOverride(Size finalSize)
Protected Overrides Function ArrangeOverride(finalSize As Size) As Size
Parameters
Type Name Description
Size finalSize

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

Returns
Type Description
Size

The actual size that is used after the element is arranged in layout.

Overrides