Friday, July 20, 2007

Adding Dynamic Items to the PropertyGrid DropDown/ComboBox

CodeProject - Dynamic DropDown Properties on the PropertyGrid

"Dropdown lists in the PropertyGrid provide an easy way to set up controls at design time. However, in some cases the options presented may not be known ahead of time or may vary based on some other setting. VB.NET does not provide an easy way to change the options available. This article gives a concise example of how to implement a dynamic dropdown property in the PropertyGrid.

..."

This project provides a fairly simple method of dynamic, runtime items in a Property Grid DropDown/ComboBox.

(via vb:feeds - Dynamic DropDown Properties on the PropertyGrid)

 

Related Past Post XRef:
The Code Project - Dynamic Properties in the PropertyGrid
The PropertyGrid and Custom Verbs

2 comments:

Anonymous said...

I'm glad you enjoyed the article. I was googleing and stumbled into your blog and thought: Hmm, that sounds similar to the article I just wrote. I'll have to check it out and see what approach they used. Click. Oh, that *is* my article. :-D

Greg said...

LOL