Skip to content

edwinvandriel/UWP-ListViewExtensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UWP ListViewExtensions

This is a library with UWP ListViewBase extensions.

  • Alternate row color (AlternateRowColor)
  • Alternate row itemtemplate (AlternateRowTemplate)

Sample

Just include a namespace on your page like

xmlns:extensions="using:EvD.ListViewExtensions"

And then extend your ListView with the alternate row color attached property

<ListView extensions:AlternateRowColor.Color="LightGray"></ListView>

Or extend it with a custom alternate itemtemplate attached property

<ListView extensions:AlternateRowTemplate.ItemTemplate="{StaticResource AlternateTemplate}"></ListView>

Or combine both. Super simple.

Download also available on nuget.

Releases

No releases published

Packages

No packages published

Languages