{"id":13713139,"url":"https://github.com/TBertuzzi/Xamarin.Forms.SegmentedButton","last_synced_at":"2025-05-06T23:30:36.910Z","repository":{"id":116267281,"uuid":"162114266","full_name":"TBertuzzi/Xamarin.Forms.SegmentedButton","owner":"TBertuzzi","description":":package: SegmentedButtonGroup is like iOS Segmented Controls for Xamarin.Forms","archived":false,"fork":false,"pushed_at":"2020-08-26T20:47:07.000Z","size":368,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T14:54:33.810Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TBertuzzi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-17T10:34:18.000Z","updated_at":"2024-03-21T10:10:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"9aaf4f33-c5e2-4095-97e6-ca50c58289d1","html_url":"https://github.com/TBertuzzi/Xamarin.Forms.SegmentedButton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBertuzzi%2FXamarin.Forms.SegmentedButton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBertuzzi%2FXamarin.Forms.SegmentedButton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBertuzzi%2FXamarin.Forms.SegmentedButton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBertuzzi%2FXamarin.Forms.SegmentedButton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TBertuzzi","download_url":"https://codeload.github.com/TBertuzzi/Xamarin.Forms.SegmentedButton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252787171,"owners_count":21804211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T23:01:28.257Z","updated_at":"2025-05-06T23:30:36.345Z","avatar_url":"https://github.com/TBertuzzi.png","language":"C#","funding_links":[],"categories":["UI"],"sub_categories":[],"readme":"# Xamarin.Forms.SegmentedButton\n\nSegmentedButtonGroup is like iOS Segmented Controls for Xamarin.Forms\n\n###### This is the component, works on iOS, Android and UWP.\n\n\u003ca href=\"#\"\u003e\n\u003cimg border=\"0\" src=\"Resources/sample.png\" width=\"400\"   alt=\"SocialNetworkApp\" /\u003e\u003c/a\u003e\n\n**NuGet**\n\n|Name|Info|\n| ------------------- | :------------------: |\n|SegmentedButton|[![NuGet](https://buildstats.info/nuget/Xamarin.Forms.SegmentedButton)](https://www.nuget.org/packages/Xamarin.Forms.SegmentedButton/)|\n\n**Platform Support**\n\nSegmentedButton is a .NET Standard 2.0 library.Its only dependency is the Xamarin.Forms\n\ninstall the package in the shared project\n\nin the Xaml file we must declare our control xmlns:sb=\"clr-namespace:Xamarin.Forms.SegmentedButton;assembly=Xamarin.Forms.SegmentedButton\", for example .\n\n```csharp\n\n  \u003csb:SegmentedButtonControl DefaultColor=\"#E06F23\" SelectedColor=\"Black\" SelectedIndex=\"{Binding SelectedIndex, Mode=TwoWay}\" CornerRadius=\"5\" HeightRequest=\"50\" Margin=\"8, 8, 8, 0\"\u003e\n                \u003csb:SegmentedButtonControl.LabelStyle\u003e\n                    \u003cStyle TargetType=\"Label\"\u003e\n                        \u003cSetter Property=\"FontSize\" Value=\"12\" /\u003e\n                        \u003cSetter Property=\"FontAttributes\" Value=\"Bold\" /\u003e\n                    \u003c/Style\u003e\n                \u003c/sb:SegmentedButtonControl.LabelStyle\u003e\n                \u003csb:SegmentedButtonControl.SegmentedButtons\u003e\n                    \u003csb:SegmentedButton Title=\"None\" /\u003e\n                    \u003csb:SegmentedButton Title=\"First\"/\u003e\n                    \u003csb:SegmentedButton Title=\"Second\"/\u003e\n                \u003c/sb:SegmentedButtonControl.SegmentedButtons\u003e\n            \u003c/sb:SegmentedButtonControl\u003e\n```\n\nThe complete example can be downloaded here: https://github.com/TBertuzzi/Xamarin.Forms.SegmentedButton/tree/master/SegmentedButtonSample\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTBertuzzi%2FXamarin.Forms.SegmentedButton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTBertuzzi%2FXamarin.Forms.SegmentedButton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTBertuzzi%2FXamarin.Forms.SegmentedButton/lists"}