ItemsRepeaterScrollHost.ScrollViewer 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 le ScrollViewer à héberger.
public:
property ScrollViewer ^ ScrollViewer { ScrollViewer ^ get(); void set(ScrollViewer ^ value); };
ScrollViewer ScrollViewer();
void ScrollViewer(ScrollViewer value);
public ScrollViewer ScrollViewer { get; set; }
var scrollViewer = itemsRepeaterScrollHost.scrollViewer;
itemsRepeaterScrollHost.scrollViewer = scrollViewer;
Public Property ScrollViewer As ScrollViewer
Valeur de propriété
ScrollViewer qui contient un ou plusieurs contrôles ItemsRepeater.