{"id":13640349,"url":"https://github.com/ButchersBoy/Dragablz","last_synced_at":"2025-04-20T02:33:21.265Z","repository":{"id":23353859,"uuid":"26714757","full_name":"ButchersBoy/Dragablz","owner":"ButchersBoy","description":"Dragable and tearable tab control for WPF","archived":false,"fork":false,"pushed_at":"2024-05-22T06:01:01.000Z","size":714,"stargazers_count":2270,"open_issues_count":140,"forks_count":333,"subscribers_count":94,"default_branch":"master","last_synced_at":"2025-04-14T01:59:05.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://dragablz.net","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/ButchersBoy.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":"2014-11-16T13:23:20.000Z","updated_at":"2025-04-08T10:21:02.000Z","dependencies_parsed_at":"2024-11-09T10:32:24.033Z","dependency_job_id":"3c4d9b22-037d-4bc3-a36b-64c7d295112b","html_url":"https://github.com/ButchersBoy/Dragablz","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/ButchersBoy%2FDragablz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ButchersBoy%2FDragablz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ButchersBoy%2FDragablz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ButchersBoy%2FDragablz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ButchersBoy","download_url":"https://codeload.github.com/ButchersBoy/Dragablz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249840693,"owners_count":21332925,"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-02T01:01:10.302Z","updated_at":"2025-04-20T02:33:20.892Z","avatar_url":"https://github.com/ButchersBoy.png","language":"C#","funding_links":[],"categories":["UI Controls","C#","C\\#","GUI"],"sub_categories":["Individual Controls"],"readme":"![Dragablz](https://dragablz.files.wordpress.com/2015/01/dragablztext22.png \"Dragablz\")\n========\n[![Gitter](https://img.shields.io/badge/Gitter-Join%20Chat-green.svg?style=flat-square)](https://gitter.im/ButchersBoy/Dragablz?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![NuGet](https://img.shields.io/nuget/v/Dragablz.svg?style=flat-square)](http://www.nuget.org/packages/Dragablz/)\n[![Build](https://img.shields.io/appveyor/ci/ButchersBoy/dragablz.svg?style=flat-square)](https://ci.appveyor.com/project/ButchersBoy/dragablz)\n[![Issues](https://img.shields.io/github/issues/ButchersBoy/MaterialDesignInXamlToolkit.svg?style=flat-square)](https://github.com/ButchersBoy/Dragablz/issues)\n[![Twitter](https://img.shields.io/badge/twitter-%40james__willock-55acee.svg?style=flat-square)](https://twitter.com/James_Willock)\n## Tearable tab control for WPF, which includes docking, tool windows and MDI.\n\n![Alt text](https://dragablz.files.wordpress.com/2014/11/dragablztearout.gif \"Demo shot\")\n\n\u003csup\u003eIllustrates basic theme, more themes at end of page\u003c/sup\u003e\n\n- Docs 'n' help 'n' stuff: [dragablz.net](http://dragablz.net/)\n- NuGet details here: http://www.nuget.org/packages/Dragablz/\n- You can criticise the developer here: [@James_Willock](https://twitter.com/James_Willock) or here: [james@dragablz.net]\n  - No, seriously, please get involved and give me a ping with any questions/requests.\n\n## Minimal XAML:\n\nXAML as simple as this will give you a tab the tears out (using the basic theme).  \n\n```xml\n\u003cdragablz:TabablzControl Margin=\"8\"\u003e\n    \u003cdragablz:TabablzControl.InterTabController\u003e\n        \u003cdragablz:InterTabController /\u003e\n    \u003c/dragablz:TabablzControl.InterTabController\u003e\n    \u003cTabItem Header=\"Tab No. 1\" IsSelected=\"True\"\u003e\n        \u003cTextBlock\u003eHello World\u003c/TextBlock\u003e\n    \u003c/TabItem\u003e\n    \u003cTabItem Header=\"Tab No. 2\"\u003e\n        \u003cTextBlock\u003eWe Have Tearable Tabs!\u003c/TextBlock\u003e\n    \u003c/TabItem\u003e\n\u003c/dragablz:TabablzControl\u003e\n```\n## Features:\n\n- Drag and tear tabs\n- User friendly docking\n- Floating tool windows \u0026 MDI\n- Supports MVVM\n- IE style transparent Windows\n- Fully style-able, included styles:\n  - Basic\n  - MahApps: [demo](https://github.com/ButchersBoy/DragablzSamplez) | [theme](https://github.com/ButchersBoy/Dragablz/blob/master/Dragablz/Themes/MahApps.xaml) |  [MahApps](https://github.com/MahApps/MahApps.Metro)\n  - Material Design: [tutorial](http://dragablz.net/2015/02/09/how-to-use-the-material-design-theme-with-dragablz-tab-controlgithub/) | [theme](https://github.com/ButchersBoy/Dragablz/blob/master/Dragablz/Themes/MaterialDesign.xaml) |  [guidelines](https://www.google.com/design/spec/style/color.html#color-ui-color-application) | [Material Design in XAML Toolkit](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit)\n- Chrome style trapzoid tabs\n- Custom (and optional) Window which supports transparency, resizing, snapping, full Window content.\n- Miminal XAML required, but hooks provided for advanced control from client code\n- Single light weight assembly targeting .net 4.* frameworks, no additional dependencies\n- Demos in source (make sure you restore NuGet packages)\n\n## Want to say thanks?\n  *  Hit the :star: Star :star: button\n  *  \u003ca href='https://pledgie.com/campaigns/31029'\u003e\u003cimg alt='Click here to lend your support to: Material Design In XAML Toolkit/Dragablz and make a donation at pledgie.com !' src='https://pledgie.com/campaigns/31029.png?skin_name=chrome' border='0' \u003e\u003c/a\u003e\n\n## Getting Started:\n\nHere are some helpful blog posts to help you get started:\n - [Getting Started](http://dragablz.net/2014/11/18/getting-started-with-dragablz-tabablzcontrol/)\n - [MDI](http://dragablz.net/2015/01/26/mdi-in-wpf-via-dragablz/)\n - [MahApps Styles](http://dragablz.net/2015/01/06/dragablz-meets-mahapps/)\n - [Material Design 1](http://dragablz.net/2015/02/09/how-to-use-the-material-design-theme-with-dragablz-tab-controlgithub/)\n - [Material Design 2](http://dragablz.net/2015/02/25/material-design-in-xaml-mash-up/)\n\n## In the pipeline:\n\n- Layout persistance and restore\n- Extra themes\n\n## Some examples:\n\nMaterial Design theme (see [Material Design in XAML Toolkit](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit)):\n\n![Alt text](https://raw.githubusercontent.com/ButchersBoy/MaterialDesignInXamlToolkit/master/web/images/MashUp.gif \"Material Design style\")\n\nDocking:\n\n![Alt text](https://dragablz.files.wordpress.com/2014/11/dockablzone1.gif \"Docking demo\")\n\nMDI:\n\n![Alt text](https://dragablz.files.wordpress.com/2015/01/mdidemo2.gif \"MDI demo\")\n\nMahApps theme:\n\n![Alt text](https://dragablz.files.wordpress.com/2015/02/mahappsstylez2.gif \"MahApps style\")\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FButchersBoy%2FDragablz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FButchersBoy%2FDragablz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FButchersBoy%2FDragablz/lists"}