DXCollectionViewScrolledEventArgs.ViewportSize Property
Gets the size of the DevExpress.Maui.CollectionView viewport (the visible area of the content).
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public double ViewportSize { get; }
Property Value
| Type | Description |
|---|---|
| Double | The size of the DevExpress.Maui.CollectionView viewport. |
See Also