You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theStyle
within the control class by overridingStyleKeyOverride
.Hyperlink
instead relies onHyperLinkStyle
being added to the application'sStyles
, which I did.So the problem may have something to do with
HyperLinkStyle
in the Nuget package.The text was updated successfully, but these errors were encountered: