[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.GcSpreadSheet.MeasureOverride

MeasureOverride Method

MeasureOverride(Size)

Called to remeasure a control.

Declaration
protected override Size MeasureOverride(Size constraint)
Protected Overrides Function MeasureOverride(constraint As Size) As Size
Parameters
Type Name Description
Size constraint

The maximum size that the method can return.

Returns
Type Description
Size

The size of the control, up to the maximum specified by constraint.

Overrides