ScrollViewer.ExtentHeight Propiedad

Definición

Obtiene el tamaño vertical de todo el contenido desplazable en scrollViewer.

public:
 property double ExtentHeight { double get(); };
double ExtentHeight();
public double ExtentHeight { get; }
var double = scrollViewer.extentHeight;
Public ReadOnly Property ExtentHeight As Double

Valor de propiedad

Double

double

Tamaño vertical de todo el contenido desplazable en scrollViewer.

Comentarios

La extensión incluye todo el contenido del ScrollViewer, ya sea visible o no. La ventanilla es el área visible del contenido.

Se aplica a

Consulte también