Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / AutoDistributionGrid Class / MeasureOverride Method
An upper limit System.Windows.Size that should not be exceeded.

In This Topic
    MeasureOverride Method (AutoDistributionGrid)
    In This Topic
    Measures the child elements of a AutoDistributionGrid in anticipation of arranging them during the ArrangeOverride pass.
    Syntax
    'Declaration
     
    
    Protected Overrides Function MeasureOverride( _
       ByVal constraint As Size _
    ) As Size
    protected override Size MeasureOverride( 
       Size constraint
    )

    Parameters

    constraint
    An upper limit System.Windows.Size that should not be exceeded.

    Return Value

    The System.Windows.Size that represents the desired size of the element.
    See Also