Skip to content

StackPanelPage Error when RadioButton_Checked is called #10347

@olivertech

Description

@olivertech

Which version of the app?

WinUI 3 Gallery

Description

There is an error on StackPanelPage.xaml.cs when this is called for the first time:

Original Line 26:

string orientationName = rb.Tag.ToString();

Updated Line:

string orientationName = rb.Content.ToString();

Screenshots

Image

Image

Image

Windows version

No response

Additional context

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