Does vs2010 have this under a windows form?
http://www.c-sharpcorner.com/UploadF...lipboard02.gif
I have a text field that i want to show/hide depending if the user wants to view it. Like vista does "show more information"
Printable View
Does vs2010 have this under a windows form?
http://www.c-sharpcorner.com/UploadF...lipboard02.gif
I have a text field that i want to show/hide depending if the user wants to view it. Like vista does "show more information"
No, but there are some good controls made by users, if you check the codebank here you should find an expandable groupbox, and if you look on codeproject theres an expandable dropbox which is exactly like that expander control.