UserControl Tab Stop problem

G

Guest

I have a user control that will not allow other, normal, controls to receive focus.
It works good the first pass, then holds focus when I re-open the form with the same
dataRowView again. Tab passes between controls that are within my usercontrol only.

Any ideas?
thanks
 
L

Lloyd Sheen

I had a similar problem and created an event handler for the GotFocus and
then check the call stack. I found where it was happening but not why, but
perhaps you would have better luck.

Lloyd Sheen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top