An open API service indexing awesome lists of open source software.

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.

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.

![Alt text](docs/motion-list.gif "Motion List")

## 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).

![Material Design In XAML](https://raw.githubusercontent.com/ButchersBoy/MaterialDesignInXamlToolkit/master/web/images/MD4XAML128.png "Material Design In XAML")
![Dragablz](https://dragablz.files.wordpress.com/2015/01/dragablztext22.png "Dragablz")