P
PJ6
Any controls I have that inherit from Control toss focus to the next control
contained within its immediate parent if the user presses one of the arrow
keys. This happens right after OnPreviewKeyDown regardless of if or how I
override it; no other Key overrides are given the chance to fire. How do I
disable this behavior? Inheriting from UserControl instead is not an option.
TIA,
Paul
contained within its immediate parent if the user presses one of the arrow
keys. This happens right after OnPreviewKeyDown regardless of if or how I
override it; no other Key overrides are given the chance to fire. How do I
disable this behavior? Inheriting from UserControl instead is not an option.
TIA,
Paul