https://github.com/pujolsluis/extendedlistviewendlessscrollingexample
Creating Custom Controls Part 1: ExtendedListView with Endless Scrolling and Selectable/Unselectable Items
https://github.com/pujolsluis/extendedlistviewendlessscrollingexample
custom-views extendedlistview xamarin xamarin-forms
Last synced: 3 months ago
JSON representation
Creating Custom Controls Part 1: ExtendedListView with Endless Scrolling and Selectable/Unselectable Items
- Host: GitHub
- URL: https://github.com/pujolsluis/extendedlistviewendlessscrollingexample
- Owner: Pujolsluis
- License: mit
- Created: 2018-12-10T21:39:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T10:11:30.000Z (over 6 years ago)
- Last Synced: 2025-01-20T05:34:42.165Z (4 months ago)
- Topics: custom-views, extendedlistview, xamarin, xamarin-forms
- Language: C#
- Size: 2.58 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExtendedListViewEndlessScrollingExample
## Creating Custom Controls Part 1: ExtendedListView with Endless Scrolling + TappedCommandHey Guys!
Lately, I have been seeing members of the community asking around for custom views for different use cases, so I have decided to make a series of 3 parts, In which I will be creating different custom controls to demonstrate how Xamarin gives us the power to customize and add all the functionality we may need to the basic controls we already have available, giving you the ability complimented with some time to have some thoughts on how to create some really interesting and useful components for your apps.
### The Use cases we will be talking about through this series will be the following:
- Endless Scrolling + ItemTapped (ExtendedListView)
- Custom Stepper + Carousel view (SliderView)
- Timeline of Events (TimeLineView)
First use case to dive into creating custom controls will be the **Endless Scrolling Listview**
![]()