Timehop.StickyHeadersRecyclerView 0.4.3.1

dotnet add package Timehop.StickyHeadersRecyclerView --version 0.4.3.1
                    
NuGet\Install-Package Timehop.StickyHeadersRecyclerView -Version 0.4.3.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Timehop.StickyHeadersRecyclerView" Version="0.4.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Timehop.StickyHeadersRecyclerView" Version="0.4.3.1" />
                    
Directory.Packages.props
<PackageReference Include="Timehop.StickyHeadersRecyclerView" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Timehop.StickyHeadersRecyclerView --version 0.4.3.1
                    
#r "nuget: Timehop.StickyHeadersRecyclerView, 0.4.3.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Timehop.StickyHeadersRecyclerView&version=0.4.3.1
                    
Install Timehop.StickyHeadersRecyclerView as a Cake Addin
#tool nuget:?package=Timehop.StickyHeadersRecyclerView&version=0.4.3.1
                    
Install Timehop.StickyHeadersRecyclerView as a Cake Tool

This decorator allows you to easily create section headers for RecyclerViews using a LinearLayoutManager in either vertical or horizontal orientation.
It's a Xamarin binding of the StickyHeadersRecyclerView library by Timehop.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid403 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.3.1 18,688 12/26/2015
0.4.3 1,817 11/25/2015
0.4.2 1,646 10/11/2015

Supports Timehop StickyHeadersRecyclerView version 0.4.3 (12/24/2015);
     - Fix issue with header bounds caching;