Skip to content

Hyperlink is invisible with NuGet package #4

Description

@SimonORorke

When referencing the HyperText.Avalonia Nuget package, the Hyperlink cannot be seen on the window. It works fine if the HyperText.Avalonia source project is referenced instead.

I've created Avalonia controls myself. When the first control I was developing could not been seen on the Window, I found out it was because a Style had not been specified. In that case, I specified the Style within the control class by overriding StyleKeyOverride. Hyperlink instead relies on HyperLinkStyle being added to the application's Styles, which I did.

So the problem may have something to do with HyperLinkStyle in the Nuget package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions