C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Virendra Thakur(1)
Abhishek Tiwari(1)
Manikandan M(1)
Delpin Susai Raj(1)
Mamta M(1)
Nipun Tomar(1)
Resources
No resource found
CollectionView in .Net MAUI
May 22, 2023.
In this article, we are going to learn about how to add CollectionView in .Net MAUI.
Reduce Spacing Between CollectionView Cell
May 13, 2022.
This article is about to reduce white spacing between CollectionView cells.
Implement The Dynamic Collection View In Xamarin.iOS
Feb 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 - CollectionView
May 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 Silverlight
Dec 29, 2011.
This article shows how to sort and group data in a collection using Silverlight collection views.
Sorting Data in the Silverlight DataGrid
Jul 22, 2008.
In this article I will discuss automatic and programmatic sorting in a Silverlight DataGrid.