ScrollContentPresenter.CanContentRenderOutsideBounds Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique si le contenu défilé peut s’afficher en dehors des limites de ScrollViewer.
public:
property bool CanContentRenderOutsideBounds { bool get(); void set(bool value); };
bool CanContentRenderOutsideBounds();
void CanContentRenderOutsideBounds(bool value);
public bool CanContentRenderOutsideBounds { get; set; }
var boolean = scrollContentPresenter.canContentRenderOutsideBounds;
scrollContentPresenter.canContentRenderOutsideBounds = boolean;
Public Property CanContentRenderOutsideBounds As Boolean
Valeur de propriété
Boolean
bool
true si le contenu défilé peut être affiché en dehors des limites de ScrollViewer ; sinon, false. La valeur par défaut est false.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|