Skip to content

AvaloniaUtils/HyperText.Avalonia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperText.Avalonia

Little control for big links

dotnet add package HyperText.Avalonia

nuget or download this repo.

For using

Add control in View Now hyperlink works as a button and you may set any option for it command. If you need to continue open url in browser -> check the example MainViewModel in src.

   <controls:Hyperlink Alias="{Binding Alias}" Url="{Binding Url}"  Command="{Binding $parent[Window].DataContext.OpenUrl}" />

Add style in App.xaml

   <avalonia:HyperLinkStyle/>

Special thanks for Tako

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages