I want to show a list of "properties" in my application. A property is just a name / value pair. The number of properties is dynamic.
Best way to do this? The only thing I can think of is to create a ListView using an ItemTemplate. But then the elements are selected, and that is not what I want. If I make a read-only list, it will turn gray. Do not like it.
Does anyone have a better suggestion?
source
share