{"id":25066797,"url":"https://github.com/5cover/wpfzard","last_synced_at":"2026-05-01T22:31:57.805Z","repository":{"id":47954019,"uuid":"516430959","full_name":"5cover/WPFZard","owner":"5cover","description":"A simple WPF wizard helper that uses page navigation. Open for extension.","archived":false,"fork":false,"pushed_at":"2022-11-23T14:20:20.000Z","size":59,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T14:17:18.678Z","etag":null,"topics":["control","dotnet","gui","interface","ui","wizard","wpf"],"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/5cover.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}},"created_at":"2022-07-21T15:45:10.000Z","updated_at":"2023-10-21T21:12:05.000Z","dependencies_parsed_at":"2023-01-23T09:30:47.044Z","dependency_job_id":null,"html_url":"https://github.com/5cover/WPFZard","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/5cover%2FWPFZard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5cover%2FWPFZard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5cover%2FWPFZard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5cover%2FWPFZard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5cover","download_url":"https://codeload.github.com/5cover/WPFZard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246481005,"owners_count":20784458,"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":["control","dotnet","gui","interface","ui","wizard","wpf"],"created_at":"2025-02-06T20:27:59.611Z","updated_at":"2026-05-01T22:31:57.758Z","avatar_url":"https://github.com/5cover.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![WPFZard logo](wizard.png)\n \n # WPFZard\n\nA simple WPF wizard helper that uses page navigation. Open for extension.\n\n## How to use?\n\nWPFZard is very simple to use. Here is an example of a simple wizard with 4 pages:\n\n```csharp\nWizard wizard = new(new Page1(), new Page2(), new Page3(), new Page4())\n{\n    Title = \"My Wizard\",\n};\n_ = wizard.ShowDialog();\n```\nSince ``Wizard`` inherits from ``Window``, we can use all the common window properties there.\n\nAnd here's a simplistic page definition:\n\n```xaml\n\u003cwizard:WizardPage\n    x:Class=\"Page1\"\n    xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n    xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n    xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n    xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n    xmlns:wizard=\"clr-namespace:Scover.WPFZard;assembly=Scover.WPFZard\"\n    mc:Ignorable=\"d\"\u003e\n    This is the first page.\n\u003c/wizard:WizardPage\u003e\n```\n\nIt's up to you to add custom content to theses pages in order to create a functionning wizard.\n\nAs an alternative, you can inherit from ``Scover.WPFZard.FinishPage`` or ``Scover.WPFZard.ChoicePage`` to have the buttons already defined.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5cover%2Fwpfzard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5cover%2Fwpfzard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5cover%2Fwpfzard/lists"}