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

PySide and Qt Properties: Connecting signals from Python to QML -

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

scala - 'wrong top statement declaration' when using slick in IntelliJ -