├── App.xaml ├── Assets ├── Devices_Image.png ├── analytics_icon.png ├── calendar_icon.png ├── categories_icon.png ├── close_menu_def.png ├── close_menu_mo.png ├── dashboard_icon.png ├── delivery_icon.png ├── discount_icon.png ├── hamburger_icon.png ├── hamburger_mo.png ├── line_chart.png ├── max_def.png ├── max_mo.png ├── order32.png ├── product_icon.png ├── reports_icon.png ├── sales_icon.png ├── shutdown_def.png ├── shutdown_mo.png ├── stats_icon.png ├── stocks_icon.png └── user_icon.png ├── Converter.cs ├── DataTemplates.xaml ├── Fonts ├── OpenSans-Regular.ttf ├── OpenSans-SemiBold.ttf ├── Raleway-Medium.ttf ├── Raleway-SemiBold.ttf ├── Roboto-Medium.ttf ├── Roboto-Regular.ttf ├── Saira-Regular.ttf └── Saira-SemiBold.ttf ├── LICENSE ├── MainViewModel.cs ├── MainWindow.xaml ├── README.md ├── RelayCommand.cs ├── Source Code └── ResponsiveApp.rar └── Styles.xaml /App.xaml: -------------------------------------------------------------------------------- 1 |  6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Assets/Devices_Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/Devices_Image.png -------------------------------------------------------------------------------- /Assets/analytics_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/analytics_icon.png -------------------------------------------------------------------------------- /Assets/calendar_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/calendar_icon.png -------------------------------------------------------------------------------- /Assets/categories_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/categories_icon.png -------------------------------------------------------------------------------- /Assets/close_menu_def.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/close_menu_def.png -------------------------------------------------------------------------------- /Assets/close_menu_mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/close_menu_mo.png -------------------------------------------------------------------------------- /Assets/dashboard_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/dashboard_icon.png -------------------------------------------------------------------------------- /Assets/delivery_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/delivery_icon.png -------------------------------------------------------------------------------- /Assets/discount_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/discount_icon.png -------------------------------------------------------------------------------- /Assets/hamburger_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/hamburger_icon.png -------------------------------------------------------------------------------- /Assets/hamburger_mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/hamburger_mo.png -------------------------------------------------------------------------------- /Assets/line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/line_chart.png -------------------------------------------------------------------------------- /Assets/max_def.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/max_def.png -------------------------------------------------------------------------------- /Assets/max_mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/max_mo.png -------------------------------------------------------------------------------- /Assets/order32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/order32.png -------------------------------------------------------------------------------- /Assets/product_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/product_icon.png -------------------------------------------------------------------------------- /Assets/reports_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/reports_icon.png -------------------------------------------------------------------------------- /Assets/sales_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/sales_icon.png -------------------------------------------------------------------------------- /Assets/shutdown_def.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/shutdown_def.png -------------------------------------------------------------------------------- /Assets/shutdown_mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/shutdown_mo.png -------------------------------------------------------------------------------- /Assets/stats_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/stats_icon.png -------------------------------------------------------------------------------- /Assets/stocks_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/stocks_icon.png -------------------------------------------------------------------------------- /Assets/user_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/user_icon.png -------------------------------------------------------------------------------- /Converter.cs: -------------------------------------------------------------------------------- 1 | /// 2 | /// Author : R. Arun Mutharasu 3 | /// Created :25-01-2022 4 | /// YouTube Channel : C# Design Pro 5 | /// 6 | 7 | using System; 8 | using System.Globalization; 9 | using System.Windows.Data; 10 | 11 | namespace ResponsiveApp.Helper 12 | { 13 | // IsLessThanConverter // 14 | public class IsLessThanConverter : IValueConverter 15 | { 16 | public static readonly IValueConverter Instance = new IsLessThanConverter(); 17 | 18 | public object Convert(object value, Type targetType, object parameter, CultureInfo culture) 19 | { 20 | double doubleValue = System.Convert.ToDouble(value); 21 | double compareToValue = System.Convert.ToDouble(parameter); 22 | 23 | return doubleValue < compareToValue; 24 | } 25 | 26 | public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) 27 | { 28 | throw new NotImplementedException(); 29 | } 30 | } 31 | 32 | // IsGreaterThanConverter // 33 | public class IsGreaterThanConverter : IValueConverter 34 | { 35 | public static readonly IValueConverter Instance = new IsGreaterThanConverter(); 36 | 37 | public object Convert(object value, Type targetType, object parameter, CultureInfo culture) 38 | { 39 | double doubleValue = System.Convert.ToDouble(value); 40 | double compareToValue = System.Convert.ToDouble(parameter); 41 | 42 | return doubleValue > compareToValue; 43 | } 44 | 45 | public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) 46 | { 47 | throw new NotImplementedException(); 48 | } 49 | } 50 | } 51 | -------------------------------------------------------------------------------- /DataTemplates.xaml: -------------------------------------------------------------------------------- 1 |  6 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 17 | 18 | 19 | 20 | 23 | 24 | 26 | 27 | 28 | 29 | 30 | 31 | 35 | 36 | 38 | 39 | 41 | 42 | 43 | 44 |