Skip to content

tomzorz/Groves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Groves

A C# UWP library.

Platform UWP NuGet not yet License MIT

Features

Asynchronous

  • await anything

Collections

  • Advanced CollectionViewSource (filtering, sorting etc...)

Design Time

  • FillUp with design time data

Fake Markup Extensions

Abusing CustomResource for fun and profit:

  • custom bindings maybe (probably possible to do, just perf-wise bad);
  • x:Static (POC done);
  • alternator (POC done);
  • x:Null (POC done);
  • Debug info (POC done);
  • and so much more...

More on this in the wiki: https://github.com/tomzorz/Groves/wiki/FakeMarkupExtension-syntax

Reflection

  • Get value by MemberInfo

UI

  • ColorHelpers
  • PropertyPathHelpers
  • VisualStateHelpers

Linq

  • ForEach
  • SelectUntilException
  • SelectWithFallback

FAQ

NuGet?

Soon™

Why "Groves"?

http://personofinterest.wikia.com/wiki/Root

Releases

No releases published

Packages

No packages published