VisualDiagnosticsOverlay.AddScrollableElementHandler(IScrollView) 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.
Ajoute un handle d’élément défilement attaché à IScrollView. Utilisé pour le suivi lorsqu’un utilisateur a fait défiler la couche afin de mettre à jour la couche pour redessiner.
public:
virtual void AddScrollableElementHandler(Microsoft::Maui::IScrollView ^ scrollBar);
public void AddScrollableElementHandler (Microsoft.Maui.IScrollView scrollBar);
abstract member AddScrollableElementHandler : Microsoft.Maui.IScrollView -> unit
override this.AddScrollableElementHandler : Microsoft.Maui.IScrollView -> unit
Public Sub AddScrollableElementHandler (scrollBar As IScrollView)
Paramètres
- scrollBar
- IScrollView