Sdílet prostřednictvím


LayoutExtensions.ArrangeContentUnbounded(IContentView, Rect) Metoda

Definice

Uspořádá obsah, který může překročit hranice IContentView.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Graphics::Size ArrangeContentUnbounded(Microsoft::Maui::IContentView ^ contentView, Microsoft::Maui::Graphics::Rect bounds);
public static Microsoft.Maui.Graphics.Size ArrangeContentUnbounded (this Microsoft.Maui.IContentView contentView, Microsoft.Maui.Graphics.Rect bounds);
static member ArrangeContentUnbounded : Microsoft.Maui.IContentView * Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
<Extension()>
Public Function ArrangeContentUnbounded (contentView As IContentView, bounds As Rect) As Size

Parametry

contentView
IContentView
bounds
Rect

Návraty

Velikost uspořádaného obsahu

Poznámky

Užitečné pro uspořádání obsahu, kde IContentView poskytuje zobrazení části obsahu (např. obsah IScrollView).

Platí pro