Resources  
  • CollectionView in .Net MAUIMay 22, 2023. In this article, we are going to learn about how to add CollectionView in .Net MAUI.
  • Reduce Spacing Between CollectionView CellMay 13, 2022. This article is about to reduce white spacing between CollectionView cells.
  • Implement The Dynamic Collection View In Xamarin.iOSFeb 03, 2022. In this article, I have explained about dynamic collection view feature in iOS and if you add collection view in your apps and it main job is to manage the data associated with collection. The collection view presents items onscreen using a cell, which is an instance of the UICollectionView class that your data source configures and provides. Data in the collection view is organized into individual items, which you can group into sections for presentation. An item is the smallest unit of data you want to present The collection view gets its data from the data source object, stored in the collection view’s Data Source property.
  • Xamarin.Forms - CollectionViewMay 10, 2019. In this article, you will learn how to use CollectionView instead of ListView in Xamarin.Forms.
  • Sorting and Grouping Using a CollectionView in SilverlightDec 29, 2011. This article shows how to sort and group data in a collection using Silverlight collection views.
  • Sorting Data in the Silverlight DataGridJul 22, 2008. In this article I will discuss automatic and programmatic sorting in a Silverlight DataGrid.