VirtualizingPanel.SetCacheLength Méthode
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.
Définit la propriété jointe CacheLength.
public:
static void SetCacheLength(System::Windows::DependencyObject ^ element, System::Windows::Controls::VirtualizationCacheLength value);
public static void SetCacheLength (System.Windows.DependencyObject element, System.Windows.Controls.VirtualizationCacheLength value);
static member SetCacheLength : System.Windows.DependencyObject * System.Windows.Controls.VirtualizationCacheLength -> unit
Public Shared Sub SetCacheLength (element As DependencyObject, value As VirtualizationCacheLength)
Paramètres
- element
- DependencyObject
Objet sur lequel la propriété doit être définie.
Taille du cache avant et après la fenêtre d'affichage lorsque VirtualizingPanel procède à la virtualisation.
Remarques
Le cache est la quantité d’espace au-dessus ou au-dessous de la fenêtre d’affichage dans laquelle les éléments ne sont pas virtualisés. Utilisez un cache pour éviter de générer des éléments d’interface utilisateur au fur et à mesure qu’ils font défiler l’affichage. La CacheLengthUnit propriété détermine l’unité de mesure utilisée par CacheLength.