Skip to content

[Fluent] Controls missing RecognizesAccessKey #10928

@TN8001

Description

@TN8001

Description

#10071
It seems that some controls are still missing a RecognizesAccessKey.

  • Expander
  • RepeatButton
  • ToggleButton

Are there any other controls I'm forgetting?

Reproduction Steps

<Window
  x:Class="WpfApp1.MainWindow"
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  Width="800"
  Height="500">
  <StackPanel>
    <AccessText Text="_AccessText" />
    <Button Content="_Button" />
    <CheckBox Content="_CheckBox" />
    <DataGridColumnHeader Content="_DataGridColumnHeader" />
    <DataGridRowHeader Content="_DataGridRowHeader" />
    <Expander Header="_Expander" />
    <GridViewColumnHeader Content="_GridViewColumnHeader" />
    <GroupBox Header="_GroupBox" />
    <Label Content="_Label" />
    <MenuItem Header="_MenuItem" />
    <RadioButton Content="_RadioButton" />
    <RepeatButton Content="_RepeatButton" />
    <TabItem Header="_TabItem" />
    <ToggleButton Content="_ToggleButton" />
  </StackPanel>
</Window>

Expected behavior

Image

Actual behavior

Image

Regression?

Yes

Known Workarounds

No response

Impact

No response

Configuration

SDK 10.0.100-preview.5
VS2022 17.14.5 Preview 1.0
Windows 11 24H2 x64

Other information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions