https://github.com/materialdesigninxaml/motionlist
Using Dragablz and Material Design In XAML to build a fluid items control in WPF.
https://github.com/materialdesigninxaml/motionlist
Last synced: 8 months ago
JSON representation
Using Dragablz and Material Design In XAML to build a fluid items control in WPF.
- Host: GitHub
- URL: https://github.com/materialdesigninxaml/motionlist
- Owner: MaterialDesignInXAML
- License: mit
- Created: 2016-06-08T19:12:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T11:04:08.000Z (about 9 years ago)
- Last Synced: 2025-04-07T22:21:21.999Z (11 months ago)
- Language: C#
- Homepage:
- Size: 190 KB
- Stars: 237
- Watchers: 17
- Forks: 40
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Motion List
Sample application illustrating how to combine [Dragablz](https://github.com/ButchersBoy/Dragablz) and [Material Design In XAML Toolkit](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit) to build a fluid items control in WPF.

## Fire It Up
* Clone/download, and open the source in Visual Studio
* Restore Nuget packages
* Hit F5
## How's It Done?
Combining ``` DragablzItemsControl ```, the Material Design ``` Card ``` control, and some custom styling (which can be seen in MainWindow.xaml).

