Showing a dynamic size list in XAML (readonly)?

Use a Grid for ItemsControl. ItemsPanel with SharedSizeGroup if you want all items to line up nicely.

Look here: codeplex.com/wpg or here dvuyka.spaces.live.com/blog/cns!305B0290... They are both implmentations of PropertyGrid from WinForms.

I want to show a list of "properties" in my application. A property is simply a name/value pair. The number of properties is dynamic.

The best way to do this? The only thing I can come up with is creating a ListView with an ItemTemplate. But then the items are selectable, and that's not what I want.

If I make the list read-only, it becomes gray. Don't like that either. Anyone has a better suggestion?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions