Compartir a través de


VisualDiagnosticsOverlay.AddScrollableElementHandler(IScrollView) Método

Definición

Agrega el identificador de elemento desplazable asociado a IScrollView. Se usa para realizar el seguimiento cuando un usuario se ha desplazado, con el fin de actualizar la capa que se va a volver a dibujar.

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)

Parámetros

scrollBar
IScrollView

Implementaciones

Se aplica a