Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. The .NET Multi-platform App UI (.NET MAUI) CollectionView is a view for presenting lists of data using different layout specifications. It aims to provide a more flexible, and performant alternative to ListView.

  2. A CollectionView is a flexible view for presenting lists of data using different layouts. For example, you can present the data vertically or horizontally, in a list or a grid. MAUIMAN.dev

  3. 9 de may. de 2024 · The .NET Multi-platform App UI (.NET MAUI) CollectionView includes the following properties that define the data to be displayed, and its appearance: ItemsSource, of type IEnumerable, specifies the collection of items to be displayed, and has a default value of null.

  4. 9 de jun. de 2023 · The .NET Multi-platform App UI (.NET MAUI) CollectionView defines two ScrollTo methods, that scroll items into view. One of the overloads scrolls the item at the specified index into view, while the other scrolls the specified item into view.

  5. This topic allows you to get started with the Collection View component and explore its basic functionality. It binds the view to a data source, apply an item template, and sort and group data items. View Example: DevExpress Collection View for .NET MAUI. Watch Video: Displaying Lists in Your .NET MAUI App with DevExpress controls. Prerequisites

  6. Domina conceptos avanzados de CollectionView en .NET MAUI. Aprende a crear y personalizar Plantillas de Datos para componentes de UI reutilizables. Implementa "pull-to-refresh" y carga incremental para una gestión eficiente de datos. Utiliza DataTemplateSelectors para una personalización dinámica de la UI.

  7. www.mauiman.dev › collectionviewscrolltoCollectionView ScrollTo

    MANual page for .NET MAUI DEVelopers. Home. MAUI. CollectionView ScrollTo. CollectionView defines two ScrollTo methods for scrolling items into view. The first scrolls an item at a specified index into view, the second scrolls a specific item into view.