c# - TabStop property is not working for usercontrol inside the panel -


i have usercontrol placed inside 1 panel , other controls buttons in panel. when usercontrol active , move other controls using tab key, usercontrol gets focus when tapstop property usercontrol set "false".

in case, when have usercontrol placed in form not inside panel, usercontrol didnt focused when moving other controls using tab key.

could share me details why usercontrol getting focused when placed inside panel?

thanks , regards,
amal


Comments

Popular posts from this blog

ruby - re-try logic in a simple loop -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

Laravel Bind Multiple Class to One Contract in The Service Provider -