We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010b09f commit 93291a4Copy full SHA for 93291a4
Microsoft.Toolkit.Uwp.UI.Behaviors/Focus/FocusBehavior.cs
@@ -18,6 +18,7 @@ namespace Microsoft.Toolkit.Uwp.UI.Behaviors
18
/// The focus will be set following the <see cref="Targets"/> order. The first control being ready
19
/// and accepting the focus will receive it.
20
/// The focus can be set to another control with a higher priority if it loads before <see cref="FocusEngagementTimeout"/>.
21
+ /// The focus can be set to another control if some controls will be loaded/unloaded later.
22
/// </summary>
23
[ContentProperty(Name = nameof(Targets))]
24
public sealed class FocusBehavior : BehaviorBase<UIElement>
0 commit comments