Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. Learn how to use CollectionView to present lists of data with different layouts, selections, and virtualization. Compare CollectionView with ListView and see examples, differences, and migration tips.

  2. Overview. When you add a collection view to your user interface, your app’s main job is to manage the data associated with that collection view. The collection view gets its data from the data source object, stored in the collection view’s dataSource property.

  3. mauiman.dev › collectionviewCollectionView

    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. Example. A CollectionView uses a DataTemplate to specify the appearance of an item.

  4. 14 de may. de 2024 · En .NET Multi-platform App UI (.NET MAUI), CollectionView es una vista para presentar listas de datos mediante distintas especificaciones de diseño. Su objetivo es ofrecer una alternativa a ListView más flexible y con mejor rendimiento.

  5. A collection view manages an ordered set of content, such as the grid of photos in the Photos app, and presents it visually. Collection views are a collaboration between many different objects, including: Cells. A cell provides the visual representation for each piece of your content. Layouts.

  6. Learn how to create flexible and efficient layouts for your app using compositional layout and diffable data source. See examples of grid, column, and adaptive layouts in iOS and macOS.