{"id":23273109,"url":"https://github.com/zhaytam/easywpf","last_synced_at":"2025-04-06T10:23:19.556Z","repository":{"id":114360056,"uuid":"120953787","full_name":"zHaytam/EasyWPF","owner":"zHaytam","description":"A utility library for WPF projects","archived":false,"fork":false,"pushed_at":"2018-02-10T13:24:30.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T15:53:13.604Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zHaytam.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-02-09T20:44:19.000Z","updated_at":"2018-02-09T22:40:51.000Z","dependencies_parsed_at":"2023-07-25T11:48:49.956Z","dependency_job_id":null,"html_url":"https://github.com/zHaytam/EasyWPF","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/zHaytam%2FEasyWPF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zHaytam%2FEasyWPF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zHaytam%2FEasyWPF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zHaytam%2FEasyWPF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zHaytam","download_url":"https://codeload.github.com/zHaytam/EasyWPF/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247465490,"owners_count":20943185,"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-12-19T19:32:34.756Z","updated_at":"2025-04-06T10:23:19.550Z","avatar_url":"https://github.com/zHaytam.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyWPF\n\nEasyWPF is a utility library for WPF projects.\nIt provides helpful attached properties to avoid having to create a whole Converter for simple and/or specific stuff.\n\n## Properties available for now:\n - **VisibleIf** (works with a Binding or a direct value).\n - **VisibleIfOption** (used by VisibleIf):\n    - AlwaysVisible: *Makes sure the element is always visible no matter the value.*\n    - HasItems: *The element is only visible when the bound collection has at least 1 item (needs VisibleIf to be bound to an ObservableCollection, it also handles the CollectionChanged event).*\n    - IsNull: *The element is only visible when the value is null.*\n    - IsNotNull: *The element is only visible when the value is not null.*\n    - IsGreaterThanZero: *The element is only visible when the value is greater than zero (using int.TryParse).*\n    - IsLessThanZero: *The element is only visible when the value is less than zero (using int.TryParse).*\n    - IsEqualToZero: *The element is only visible when the value is equal to zero (using int.TryParse).*\n    - IsDifferentThanZero: *The element is only visible when the value is different than zero (using int.TryParse).*\n - **VisibleIfCollapse** (used by VisibleIf): *If set to true, the element is collapsed instead of hidden.*\n\n## Example:\n\n    \u003cButton Content=\"Create Instance\" easywpf:VisibilityHelper.VisibleIf=\"{Binding Instance}\" easywpf:VisibilityHelper.VisibleIfOption=\"IsNull\" /\u003e  \n   This Button will be visible as long as the property Instance is null.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhaytam%2Feasywpf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhaytam%2Feasywpf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhaytam%2Feasywpf/lists"}