Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rehansaeed/elysium-extra
Elysium Extra is a library that implements Metro style for Windows Presentation Foundation (WPF) applications. This Project is a very large add-on project built on top of the Elysium SDK.
https://github.com/rehansaeed/elysium-extra
c-sharp dotnet elysium elysium-extra nuget sdk wpf
Last synced: 19 days ago
JSON representation
Elysium Extra is a library that implements Metro style for Windows Presentation Foundation (WPF) applications. This Project is a very large add-on project built on top of the Elysium SDK.
- Host: GitHub
- URL: https://github.com/rehansaeed/elysium-extra
- Owner: RehanSaeed
- License: mit
- Created: 2016-10-14T15:15:30.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2021-04-21T09:28:01.000Z (over 3 years ago)
- Last Synced: 2024-10-06T09:45:54.026Z (about 1 month ago)
- Topics: c-sharp, dotnet, elysium, elysium-extra, nuget, sdk, wpf
- Language: C#
- Size: 10.8 MB
- Stars: 67
- Watchers: 10
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elysium Extra
Elysium Extra is a library that implements Metro style for Windows Presentation Foundation (WPF) applications. This Project is a very large add-on project built on top of the Elysium SDK.
[![NuGet](https://img.shields.io/nuget/v/Elysium.Extra.svg?maxAge=2592000)](https://www.nuget.org/packages/Elysium.Extra)
# This Project is No Longer Mantained.
This project has been moved from [Codeplex](https://elysiumextra.codeplex.com). I just don't have the time to udpate it and am no longer interested in WPF. I'd like to port many of the controls to Windows 10 UWP but again don't have time.
# Release Notes
- Version 1.1.5 Released - Several small bug fixes.
- Version 1.1.4 Released - Full theming support and performance improvements. Find out more details [here](http://rehansaeed.com/elysium-extra-1-1-released).# Controls and Styles
## Standard WPF Controls
All standard WPF controls are full styled (Many have more than one style). The only exception is the ListView control which has been deliberately left out as the DataGrid control is far more powerful, making the ListView redundant. If we have missed something, let us know.
## Custom Controls
Many custom controls are not new controls at all but standard WPF controls with unique custom styles. Saying that, the custom controls included in this SDK are truly unique and screenshot's don't really do them justice.
# Screenshots
These are screenshots of just *some* of the controls in this extensive SDK.
## Colour
![Colour Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Colour-1024x575.png)## MenuItem
![MenuItem Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/MenuItem-1024x575.png)## App-Bar
![App-Bar Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/App-Bar-1024x575.png)## ElasticPicker
![ElasticPicker Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/ElasticPicker-1-1024x575.png)
![ElasticPicker Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/ElasticPicker-2-1024x575.png)## Icon
![Icon Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Icon1-1024x575.png)## Wizard
![Icon Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Wizard-1-1024x575.png)
![Icon Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Wizard-3-1024x575.png)## DataGrid
![DataGrid Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/DataGrid-1024x575.png)## ExpanderMenu
![ExpanderMenu Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/ExpanderMenu-1024x575.png)## Drag and Drop
![Drag and Drop Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Drag-Drop-1-1024x575.png)
![Drag and Drop Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Drag-Drop-2-1024x575.png)## ListBox
![ListBox Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/ListBox-1-1024x575.png)
![ListBox Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/ListBox-2-1024x575.png)## Expander
![Expander Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Expander-1024x575.png)## Flyout
![Flyout Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Flyout1-1024x575.png)
![Flyout Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Flyout2-1024x575.png)## RichTextBox
![RichTextBox Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Input-RichTextBox-1024x575.png)## TextBox
![TextBox Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Input-TextBox-1024x575.png)## ButtonTextBox
![TextBox Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Input-ButtonTextBox-1024x575.png)## DatePicker
![DatePicker Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Input-DatePicker-1024x575.png)## Numeric
![DatePicker Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Input-Numeric-1024x575.png)## Validation
![DatePicker Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Validation-1024x575.png)## Button
![Button Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Button-1024x575.png)## Window
![Window Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Window-1-1024x575.png)## OverlayWindow
![OverlayWindow Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/OverlayWindow-1024x575.png)## MessageDialog
![MessageDialog Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/MessageDialog-1024x575.png)## NotifyBox
![NotifyBox Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/NotifyBox-1024x575.png)## Progress
![Progress Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Progress-1024x575.png)## Paging
![Progress Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Paging-1-1024x575.png)
![Progress Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Paging-2-1024x575.png)## TreeView
![TreeView Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/TreeView-1024x575.png)## Animation
![Animation Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Animation-1024x575.png)## FlipControl
![FlipControl Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/FlipControl-1024x575.png)## Border
![Border Screenshot](https://raw.githubusercontent.com/RehanSaeed/Elysium-Extra/main/Screenshots/Border-1024x575.png)