LayoutExtensions.ArrangeContentUnbounded(IContentView, Rect) Método

Definición

Organiza el contenido que puede superar los límites de 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

Parámetros

contentView
IContentView
bounds
Rect

Devoluciones

Tamaño del contenido organizado

Comentarios

Resulta útil para organizar el contenido donde IContentView proporciona una ventanilla a una parte del contenido (por ejemplo, el contenido de un IScrollView).

Se aplica a