Is there a way to implement focus events for a containercontrol? (http://msdn2.microsoft.com/en-us/library/system.windows.forms.containercontrol.aspx)
I'm trying build a container with grid-row-like controls with the posibility to selecting a gridrow etc...
Any help is appreciated
With regards,
Ralf
Ralf de Kleine XCESS Thursday, August 30, 2007 12:05 PM
Hi Ralf,
What did you mean by 'grid-row-like'? Did you meanyour usercontrol looks like the datagrid? If so, you can host some textboxes in your usercontrol, or simply add a datagridview to your usercontrol.
Hope this helps.
Best regards.
Rong-Chun Zhang Tuesday, September 04, 2007 1:34 PM