{"id":15036294,"url":"https://github.com/timunie/timswpfcontrols","last_synced_at":"2025-04-09T23:21:56.973Z","repository":{"id":54614443,"uuid":"244438830","full_name":"timunie/TimsWpfControls","owner":"timunie","description":"Some missing WPF Controls that integrates with MahApps.Metro","archived":false,"fork":false,"pushed_at":"2023-10-30T09:13:08.000Z","size":306,"stargazers_count":30,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T01:11:51.513Z","etag":null,"topics":["csharp-library","hacktoberfest","mahapps","mahapps-metro","wpf-controls"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timunie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-03-02T17:59:52.000Z","updated_at":"2024-12-15T13:43:34.000Z","dependencies_parsed_at":"2024-09-24T20:30:47.151Z","dependency_job_id":null,"html_url":"https://github.com/timunie/TimsWpfControls","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/timunie%2FTimsWpfControls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timunie%2FTimsWpfControls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timunie%2FTimsWpfControls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timunie%2FTimsWpfControls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timunie","download_url":"https://codeload.github.com/timunie/TimsWpfControls/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248126436,"owners_count":21051922,"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":["csharp-library","hacktoberfest","mahapps","mahapps-metro","wpf-controls"],"created_at":"2024-09-24T20:30:44.326Z","updated_at":"2025-04-09T23:21:56.942Z","avatar_url":"https://github.com/timunie.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# TimsWpfControls\n Some missing WPF Controls that integrates with MahApps.Metro\n\n\u003e **ATTENTION** This libary may not be production ready\n\n## MahApps-Integration\nWhenever a control is implemented in MahApps it will be removed here. Please Stay tuned if you use this library. \n\n## Disclaimer\nThis libary is provided without any warrenty. It will change to whatever I need, so there might be some breaking changes when you update. \n\n## BaseClass\nThe `BaseClass` implements `INotifyPropertyChanged, INotifyPropertyChanging, INotifyDataErrorInfo` and can be used to autmatically set and validate any property. \nThis class will be deleted once the WindowsCommunityToolkit-MVVM package is available and provides the same functionallity. \n\n\n## Converters\n\n### EnumToBool Converter\nThis converter can be used to bind an `enum` to a group of `RadioButtons`\n\nConsider the following `enum` in your Model:\n```c#\npublic enum Gender\n{\n    Female,\n    Male, \n    Diverse\n}\n```\n\nIn your XAML define these namespaces:\n```xaml\nxmlns:timsConverter=\"clr-namespace:TimsWpfControls.Converter;assembly=TimsWpfControls\"\nxmlns:model=\"MyApp.MyModel\"\n```\n\nAnd here is your group of `RadioButtons`\n\n```xaml\n\u003cStackPanel\u003e\n    \u003cRadioButton Content=\"Female\"\n                    GroupName=\"RadioButtonsGender\"\n                    IsChecked=\"{Binding Gender, Converter={timsConverter:EnumToBoolConverter}, ConverterParameter={x:Static model:Gender.Female}}\" /\u003e\n    \u003cRadioButton Content=\"Male\"\n                    GroupName=\"RadioButtonsGender\"\n                    IsChecked=\"{Binding Gender, Converter={timsConverter:EnumToBoolConverter}, ConverterParameter={x:Static model:Gender.Male}}\" /\u003e\n    \u003cRadioButton Content=\"Diverse\"\n                    GroupName=\"RadioButtonsGender\"\n                    IsChecked=\"{Binding Gender, Converter={timsConverter:EnumToBoolConverter}, ConverterParameter={x:Static model:Gender.Diverse}}\" /\u003e\n\u003c/StackPanel\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimunie%2Ftimswpfcontrols","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimunie%2Ftimswpfcontrols","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimunie%2Ftimswpfcontrols/lists"}