Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. 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. MAUIMAN.dev

  2. 14 de may. de 2024 · Obtenga información sobre ia, Ciencia de datos y mucho más con Visual Studio Code. Regístrese gratis y obtenga un distintivo en su perfil de Microsoft Learn. Una CollectionView de .NET MAUI se rellena con datos estableciendo su propiedad ItemsSource en cualquier colección que implemente IEnumerable.

  3. 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. 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. 7 de ene. de 2024 · I'm filtering a collectionView that gets data from an ObservableCollection. The logic is located in the ViewModel class. I get the data for the ObservableCollection from an HTTP request, after which they assign the received data to the Products field, which is accessed by collectionView.

  6. www.mauiman.dev › collectionviewscrolltoCollectionView 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. Example. A CollectionView uses a DataTemplate to specify the appearance of an item.

  7. Creating a CollectionView with dynamic data loading. “ - [Instructor] For this video, we have a collection view that uses its data source like the list view and loads up all the items in...