Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperlink is invisible with NuGet package #4

Open
SimonORorke opened this issue May 13, 2024 · 0 comments
Open

Hyperlink is invisible with NuGet package #4

SimonORorke opened this issue May 13, 2024 · 0 comments

Comments

@SimonORorke
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant