Are there any components that function like the Visual Studio properties box? I'm designing an editor and this type of component would work great.
Also, do any other "Visual Studio style" components exist? (eg. like the toolbox, etc)
Thanks for any help!
|
| sofakng Thursday, February 05, 2009 9:58 PM |
Yes, the PropertyGrid control is exactly the same. Hans Passant.- Marked As Answer byBruce.ZhouMSFT, ModeratorMonday, February 09, 2009 4:20 AM
-
|
| nobugz Friday, February 06, 2009 3:46 AM |
PropertyGrid control might be what you're looking for. It can be found from Visual Studio toolbox (just drag it of form). Check the documentation here.I haven't seen any toolbox like control, so it might be that you have to implement that yourself.
Tomi Airaksinen - MCPD [Remember to click "mark as answered" when you get a correct reply to your question] - Marked As Answer byBruce.ZhouMSFT, ModeratorMonday, February 09, 2009 4:20 AM
-
|
| Tomi Airaksinen Friday, February 06, 2009 7:37 AM |
Are there any components that function like the Visual Studio properties box? I'm designing an editor and this type of component would work great.
Also, do any other "Visual Studio style" components exist? (eg. like the toolbox, etc)
Thanks for any help! - Merged byBruce.ZhouMSFT, ModeratorMonday, February 09, 2009 4:19 AMduplicate thread
-
|
| sofakng Thursday, February 05, 2009 4:30 PM |
I believe theWindows Form Designer forum is better place to discuss your problem. MSMVP VC++ |
| Sheng Jiang 蒋晟 Thursday, February 05, 2009 8:13 PM |
Yes, the PropertyGrid control is exactly the same. Hans Passant.- Marked As Answer byBruce.ZhouMSFT, ModeratorMonday, February 09, 2009 4:20 AM
-
|
| nobugz Friday, February 06, 2009 3:46 AM |
PropertyGrid control might be what you're looking for. It can be found from Visual Studio toolbox (just drag it of form). Check the documentation here.I haven't seen any toolbox like control, so it might be that you have to implement that yourself.
Tomi Airaksinen - MCPD [Remember to click "mark as answered" when you get a correct reply to your question] - Marked As Answer byBruce.ZhouMSFT, ModeratorMonday, February 09, 2009 4:20 AM
-
|
| Tomi Airaksinen Friday, February 06, 2009 7:37 AM |
I don't know how I missed that.
Thanks a ton! |
| sofakng Friday, February 06, 2009 12:06 PM |