-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Florian Haag edited this page Oct 11, 2017
·
3 revisions
Name-Based Grid is a WPF grid panel that uses arbitrary names rather than integer indices to refer to columns and rows.
- Use comprehensible names for columns and rows rather than incomprehensible indices.
- Define column and row spans by supplying names of the first and the last column/row, rather than by counting columns/rows.
- Define repeatedly used column or row spans as virtual columns/rows.
- Bind column and/or row definitions to a source IEnumerable (since v0.10).
Please note that an API reference is available as a CHM file in the downloads section.