Hi - is there a simple control which displays rows (non-editable) of key-value pairs?
Basically I just want to display a grid, which has two columns. In the first column is a name, and in the second column is a value. The name-values are in a list of key-value pairs.
Thanks.