Skip to content

Commit

Permalink
Merge pull request #147 from dojo90/dev
Browse files Browse the repository at this point in the history
Set KeyboardNavigation.TabNavigation property to Continue on ItemsPresenter in every DialogView
  • Loading branch information
SKProCH committed Jan 26, 2022
2 parents f6fdd87 + 6c7c8b3 commit d6e4d78
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Material.Dialog/Views/AlertDialog.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
<Style Selector="Button">
<Setter Property="Margin" Value="4"/>
</Style>
<Style Selector="ItemsPresenter">
<Setter Property="(KeyboardNavigation.TabNavigation)" Value="Continue" />
</Style>
</ItemsControl.Styles>
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
Expand Down
3 changes: 3 additions & 0 deletions Material.Dialog/Views/CustomDialog.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
<Style Selector="Button">
<Setter Property="Margin" Value="4"/>
</Style>
<Style Selector="ItemsPresenter">
<Setter Property="(KeyboardNavigation.TabNavigation)" Value="Continue" />
</Style>
</ItemsControl.Styles>
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
Expand Down
3 changes: 3 additions & 0 deletions Material.Dialog/Views/DatePickerDialog.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
<Style Selector="Button">
<Setter Property="Margin" Value="4" />
</Style>
<Style Selector="ItemsPresenter">
<Setter Property="(KeyboardNavigation.TabNavigation)" Value="Continue" />
</Style>
</ItemsControl.Styles>
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
Expand Down
3 changes: 3 additions & 0 deletions Material.Dialog/Views/TextFieldDialog.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
<Style Selector="Button">
<Setter Property="Margin" Value="4"/>
</Style>
<Style Selector="ItemsPresenter">
<Setter Property="(KeyboardNavigation.TabNavigation)" Value="Continue" />
</Style>
</ItemsControl.Styles>
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
Expand Down
3 changes: 3 additions & 0 deletions Material.Dialog/Views/TimePickerDialog.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@
<Style Selector="Button">
<Setter Property="Margin" Value="4"/>
</Style>
<Style Selector="ItemsPresenter">
<Setter Property="(KeyboardNavigation.TabNavigation)" Value="Continue" />
</Style>
</ItemsControl.Styles>
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
Expand Down

0 comments on commit d6e4d78

Please sign in to comment.