# MotionList **Repository Path**: forcesoul/MotionList ## Basic Information - **Project Name**: MotionList - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-02 - **Last Updated**: 2021-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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")