views:

22

answers:

1

I read some stuff about PropertyGrid (cause i am pretty new to that control) like:

Dynamic_Propertygrid

DynPropGrid

PropertyGridInCSharp

but i am still trying to get info about how to create my own Property Type..

like when the user wants to enter a value than he needs to click on checkbox and enter text in a textbox.. like two controls in the Property value..

Thanks in advanced, Din

+1  A: 

This type of information is spelled out in detail in Getting the Most Out of the .NET Framework PropertyGrid Control on MSDN.

Reed Copsey
thanks for the link, i will try it. but there are not samples to the Custom UI (whole tutorial also). do you have any?
dinbrca
i found one sample that probably be enough in, but i would like to have more if there is: http://www.codeproject.com/KB/cpp/dropdownproperties.aspx
dinbrca