79703083

Date: 2025-07-16 07:51:32
Score: 1.5
Natty:
Report link

Problem solved, in my case I wanted to force the focus when initializing my UserControl only it did not go through GotFocus, I understood that it was necessary to set a param to true like here

_inputControl.Focusable = true;
_inputControl.Loaded += (_, __) => _inputControl.Focus();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sharnalk