sodakotahusker
Programmer
- Mar 15, 2001
- 601
I am rolling my own userControl with a ton of functionality. I can't figure out what event fires when the user resizes their instance of the control so I can adjust the widths of embedded controls - treeview and webbrowser. In the activeX world there was a Usercontrol set of events and one was called Resize or something like that. Perhaps I need to include an overload method for the UserControl class? Can anybody point me in the right direction? Thanks!