Skip to content

Commit 2f35f2d

Browse files
authored
Merge pull request #815 from llifon/master
Keyboard tab now ignores the Expander header
2 parents 9bd2627 + 8d258c2 commit 2f35f2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Expander.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@
274274
</VisualStateManager.VisualStateGroups>
275275
<DockPanel Background="{TemplateBinding Background}">
276276
<ToggleButton Name="HeaderSite"
277+
Focusable="False"
278+
IsTabStop="False"
277279
DockPanel.Dock="Top"
278280
BorderThickness="0" Cursor="Hand"
279281
IsChecked="{Binding Path=IsExpanded, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"

0 commit comments

Comments
 (0)