[]
        
(Showing Draft Content)

C1.WPF.C1TreeViewItem.MeasureOverride

MeasureOverride Method

MeasureOverride(Size)

Called to re-measure a control.

Declaration
protected override Size MeasureOverride(Size constraint)
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