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

Set KeyboardNavigation.TabNavigation property to Continue on ItemsPresenter #146

Closed
djonasdev opened this issue Jan 24, 2022 · 1 comment · Fixed by #147
Closed

Set KeyboardNavigation.TabNavigation property to Continue on ItemsPresenter #146

djonasdev opened this issue Jan 24, 2022 · 1 comment · Fixed by #147
Labels
bug Something isn't working

Comments

@djonasdev
Copy link
Contributor

I just ran into the following problem (AvaloniaUI/Avalonia#7406) and would like to have the following property set in the custom dialogs as well. Would it be possible to implement this accordingly?

<ItemsControl.Styles>
        <Style Selector="ItemsPresenter">
            <Setter Property="(KeyboardNavigation.TabNavigation)" Value="Continue" />
        </Style>
</ItemsControl.Styles>
@SKProCH SKProCH added the bug Something isn't working label Jan 24, 2022
@SKProCH
Copy link
Collaborator

SKProCH commented Jan 24, 2022

Hello, @dojo90

You can create PR, we will merge it. Or you can wait until we implement this ourselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants