TableView.OnSizeRequest(Double, Double) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
OnSizeRequest is obsolete as of version 2.2.0. Please use OnMeasure instead.
Metoda wywoływana po wysłaniu żądania rozmiaru.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("OnSizeRequest is obsolete as of version 2.2.0. Please use OnMeasure instead.")]
protected override Xamarin.Forms.SizeRequest OnSizeRequest (double widthConstraint, double heightConstraint);
override this.OnSizeRequest : double * double -> Xamarin.Forms.SizeRequest
Parametry
- widthConstraint
- System.Double
Ograniczenie szerokości żądania rozmiaru.
- heightConstraint
- System.Double
Ograniczenie wysokości żądania rozmiaru.
Zwraca
- Atrybuty
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute