Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NumericUpDown Focus doesn't work if set through FocusManager #4409

Open
KKauK opened this issue Jun 16, 2023 · 0 comments
Open

NumericUpDown Focus doesn't work if set through FocusManager #4409

KKauK opened this issue Jun 16, 2023 · 0 comments
Labels

Comments

@KKauK
Copy link

KKauK commented Jun 16, 2023

I'm still experiencing the same issue as already reported in #3042
Trying to set focus to NumericUpDown through FocusManager doesn't work . E.g.:

<StackPanel FocusManager.FocusedElement="{Binding ElementName=nud}"> <Button Name="firstButton" Height="50"/> <TextBox Name="txtBox" Width="300" Height="50" Text="Text"/> <mah:NumericUpDown Name="nud" Width="300" Height="50" Background="beige" Focusable="true" UpDownButtonsFocusable="False" Value="200"/> </StackPanel>

Any help is apprechiated!
Thank you!

MahApps.Metro version: 3.0.0-alpha0457
Visual Studio: 2022 17.6.3
Target Framework: v4.7.2
@KKauK KKauK added the Bug label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant