The Code Project - Dynamic Properties in the PropertyGrid
The Code Project - Dynamic Properties in the PropertyGrid
"The article is mainly to explain how to make Propertygrid show only some properties of a class.
One of the big limitation of this control is that it's not possible to hide or show any class properties at runtime.
..."
I like the PropertyGrid. I've used it in a couple projects and it's work out great. This article talks about a way to work around one of its apparent limitations, runtime item additions/removals.
Why is this cool? Cause the value of one item can (and in my case does) effect if other items should be visible or not. This example appears to cover that...
No comments:
Post a Comment