Skip to content

[Fluent] Controls missing RecognizesAccessKey #10928

Closed
@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

Activity

dipeshmsft

dipeshmsft commented on Jun 12, 2025

@dipeshmsft
Member

@TN8001 thanks for bringing this up, I will take a look at this and update the styles accordingly.

locked and limited conversation to collaborators on Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @TN8001@dipeshmsft

      Issue actions

        [Fluent] Controls missing RecognizesAccessKey · Issue #10928 · dotnet/wpf