[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditorPresenter.ArrangeOverride

ArrangeOverride Method

ArrangeOverride(Size)

Arranges the content of a EditorPresenter element.

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

The System.Windows.Size this element uses to arrange its child content.

Returns
Type Description
Size

The System.Windows.Size that represents the arranged size of this EditorPresenter element and its child.

Overrides