├── App.xaml
├── Assets
├── img_about.png
├── img_acoustic.png
├── img_album.png
├── img_arrow.png
├── img_artist.png
├── img_electronic.png
├── img_exit.png
├── img_folder.png
├── img_genre.png
├── img_hiphop.png
├── img_history.png
├── img_home.png
├── img_hotkey.png
├── img_input.png
├── img_jazz.png
├── img_metal.png
├── img_movies.png
├── img_music.png
├── img_playlist.png
├── img_pop.png
├── img_rock.png
├── img_search.png
├── img_setting.png
├── img_songs.png
├── max_def.png
├── max_mo.png
├── shutdown_def.png
└── shutdown_mo.png
├── Fonts
├── Orbitron-Medium.ttf
└── Roboto-Light.ttf
├── LICENSE
├── MainWindow.xaml
├── MainWindow.xaml.cs
├── Navigation Menu App.rar
├── README.md
└── Templates.xaml
/App.xaml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/Assets/img_about.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_about.png
--------------------------------------------------------------------------------
/Assets/img_acoustic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_acoustic.png
--------------------------------------------------------------------------------
/Assets/img_album.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_album.png
--------------------------------------------------------------------------------
/Assets/img_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_arrow.png
--------------------------------------------------------------------------------
/Assets/img_artist.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_artist.png
--------------------------------------------------------------------------------
/Assets/img_electronic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_electronic.png
--------------------------------------------------------------------------------
/Assets/img_exit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_exit.png
--------------------------------------------------------------------------------
/Assets/img_folder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_folder.png
--------------------------------------------------------------------------------
/Assets/img_genre.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_genre.png
--------------------------------------------------------------------------------
/Assets/img_hiphop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_hiphop.png
--------------------------------------------------------------------------------
/Assets/img_history.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_history.png
--------------------------------------------------------------------------------
/Assets/img_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_home.png
--------------------------------------------------------------------------------
/Assets/img_hotkey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_hotkey.png
--------------------------------------------------------------------------------
/Assets/img_input.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_input.png
--------------------------------------------------------------------------------
/Assets/img_jazz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_jazz.png
--------------------------------------------------------------------------------
/Assets/img_metal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_metal.png
--------------------------------------------------------------------------------
/Assets/img_movies.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_movies.png
--------------------------------------------------------------------------------
/Assets/img_music.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_music.png
--------------------------------------------------------------------------------
/Assets/img_playlist.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_playlist.png
--------------------------------------------------------------------------------
/Assets/img_pop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_pop.png
--------------------------------------------------------------------------------
/Assets/img_rock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_rock.png
--------------------------------------------------------------------------------
/Assets/img_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_search.png
--------------------------------------------------------------------------------
/Assets/img_setting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_setting.png
--------------------------------------------------------------------------------
/Assets/img_songs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/img_songs.png
--------------------------------------------------------------------------------
/Assets/max_def.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/max_def.png
--------------------------------------------------------------------------------
/Assets/max_mo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/max_mo.png
--------------------------------------------------------------------------------
/Assets/shutdown_def.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/shutdown_def.png
--------------------------------------------------------------------------------
/Assets/shutdown_mo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Assets/shutdown_mo.png
--------------------------------------------------------------------------------
/Fonts/Orbitron-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Fonts/Orbitron-Medium.ttf
--------------------------------------------------------------------------------
/Fonts/Roboto-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Fonts/Roboto-Light.ttf
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2022 Arun Mutharasu
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/MainWindow.xaml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
20 |
21 |
22 |
23 |
24 |
25 |
32 |
33 |
40 |
41 |
42 |
43 |
47 |
48 |
49 |
50 |
53 |
54 |
60 |
61 |
67 |
68 |
69 |
70 |
71 |
72 |
409 |
410 |
411 |
412 |
413 |
414 |
417 |
418 |
419 |
420 |
423 |
424 |
425 |
426 |
427 |
--------------------------------------------------------------------------------
/MainWindow.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 | using System.Windows;
7 | using System.Windows.Controls;
8 | using System.Windows.Data;
9 | using System.Windows.Documents;
10 | using System.Windows.Input;
11 | using System.Windows.Media;
12 | using System.Windows.Media.Imaging;
13 | using System.Windows.Navigation;
14 | using System.Windows.Shapes;
15 |
16 | namespace Navigation_Menu_App
17 | {
18 | ///
19 | /// Interaction logic for MainWindow.xaml
20 | ///
21 | public partial class MainWindow : Window
22 | {
23 | public MainWindow()
24 | {
25 | InitializeComponent();
26 | }
27 |
28 | private void MaxBtn_Click(object sender, RoutedEventArgs e)
29 | {
30 | if (WindowState == WindowState.Normal)
31 | {
32 | WindowState = WindowState.Maximized;
33 | }
34 | else
35 | {
36 | if (WindowState == WindowState.Maximized)
37 | {
38 | WindowState = WindowState.Normal;
39 | }
40 | }
41 | }
42 |
43 | private void CloseBtn_Click(object sender, RoutedEventArgs e)
44 | {
45 | Close();
46 | }
47 | }
48 | }
49 |
--------------------------------------------------------------------------------
/Navigation Menu App.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Navigation-Menu-With-Sub-Menu/3275eec4dfb60f9a2fb2881568495100a96c016e/Navigation Menu App.rar
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # WPF - Navigation Menu With Sub Menu
2 |
3 |
4 | YouTube Video Tutorial Link : https://youtu.be/E5NB9crfQZs
5 |
6 | 
7 |
8 | Icon Credits : https://icons8.com/icons
9 |
10 | GitHub Account : https://github.com/CSharpDesignPro
11 |
--------------------------------------------------------------------------------
/Templates.xaml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
9 |
10 |
11 |
12 |
14 |
15 |
21 |
22 |
23 |
24 |
25 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
43 |
44 |
45 |
46 |
55 |
56 |
57 |
58 |
63 |
64 |
65 |
66 |
74 |
75 |
78 |
79 |
81 |
82 |
83 |
84 |
86 |
87 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
104 |
107 |
108 |
109 |
111 |
114 |
115 |
116 |
118 |
121 |
122 |
123 |
125 |
128 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
140 |
141 |
148 |
149 |
150 |
151 |
152 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
170 |
171 |
172 |
173 |
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
191 |
194 |
195 |
196 |
198 |
201 |
202 |
203 |
205 |
208 |
211 |
212 |
213 |
214 |
215 |
216 |
217 |
218 |
219 |
221 |
222 |
229 |
230 |
231 |
232 |
233 |
235 |
236 |
237 |
238 |
239 |
240 |
241 |
242 |
243 |
244 |
251 |
252 |
253 |
254 |
263 |
264 |
265 |
266 |
267 |
268 |
269 |
270 |
271 |
273 |
276 |
277 |
278 |
280 |
283 |
284 |
285 |
287 |
290 |
293 |
294 |
295 |
296 |
297 |
298 |
299 |
300 |
301 |
304 |
305 |
308 |
309 |
363 |
364 |
365 |
366 |
367 |
370 |
371 |
374 |
375 |
429 |
430 |
431 |
--------------------------------------------------------------------------------