Partager via


LayoutExtensions.ArrangeContentUnbounded(IContentView, Rect) Méthode

Définition

Organise le contenu qui peut dépasser les limites de l’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

Paramètres

contentView
IContentView
bounds
Rect

Retours

Taille du contenu organisé

Remarques

Utile pour organiser le contenu où IContentView fournit une fenêtre d’affichage à une partie du contenu (par exemple, le contenu d’un IScrollView).

S’applique à