Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.19 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.19 KB

GridExtension

Tired of writing The same old row or column definitions in your wpf apps?
Been looking at Xamarin and seen their lovely row and column definitions and now you need it in wpf?
You need GridExtensions, your welcome!

Rows:

Create all your rows in a single string attribute, add and remove rows to your hears content using Rows:
Vanilla wpf:
image
Using GridExtensions:
image

Columns:

Works in the same way, just as you would expect: image

Rows and columns:

Works just as well, and just look at that compactness. image Compared to the regular way we really see the increase in redability with having the abililty to set rows and columns inline image