-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi.
I'm a newbie in WPF. Can you tell me why VS it tells me that SelectAllOnGotKeyboardFocus is not recognized?
<UserControl x:Class"..."
xmlns:ni="http://gu.se/NumericInput"
xmlns:sel="http://gu.se/Select"
>
...
...
<!-- Here it tells me that Attachable property was not found in type TextBox -->
<StackPanel x:Name="MySP" sel:TextBox.SelectAllOnGotKeyboardFocus="True">
<ni:IntBox ........ />
</StackPanel>
...
</UserControl>My project is built as .Net 5 project. Does it matter? It does not tells me that is incompatible!
Thanks!
Metadata
Metadata
Assignees
Labels
No labels