Skip to content
Florian Haag edited this page Oct 11, 2017 · 3 revisions

Project Description

Name-Based Grid is a WPF grid panel that uses arbitrary names rather than integer indices to refer to columns and rows.

Primary Features

  • 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).

How to Use

Please note that an API reference is available as a CHM file in the downloads section.

Name-Based Grid on Other Sites

Clone this wiki locally