Skip to content

A custom view in Xamarin to generate a grid from list of words.

License

Notifications You must be signed in to change notification settings

zr-faisal/Xamarin-TagView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xamarin-TagView

A custom view in Xamarin to generate a grid from list of words.

Usage

TagView tagView = new TagView(this); tagView.SetSelected(false); tagView.SetCornerRadius(8); tagView.SetBorderWidth(2); tagView.SetDefaultBorderColor(Color.BLUE); tagView.SetDefaultBackgroundColor(Color.WHITE); tagView.SetDefaultTextColor(Color.BLACK); tagView.SetSelectedBorderColor(Color.RED); tagView.SetSelectedTextColor(Color.BLUE);

FlowLayout flowLayout = new FlowLayout(this); flowLayout.addView(tagView);

About

A custom view in Xamarin to generate a grid from list of words.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages