Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 352 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 352 Bytes

You'll find a sample cross-platform application and a lovely tutorial here

MvvmZero can now bind to expressions, like this: (note the quotes around the expression)

IsVisible={z:Bind 'Items.Count != 0'}

For more information, look here