Skip to content

Redouane64/WPFNavigationDrawer

Repository files navigation

NavigationDrawer for WPF

Usage

<Window xmlns:controls="clr-namespace:NavigationDrawerControlForWPF.Controls"
		...>
	<Grid>
		<controls:NavigationDrawer MenuWidth="180" IsMenuOpen="False">
			<controls:NavigationDrawer.MenuHeader>

				<!-- Your menu header contents here -->

			</controls:NavigationDrawer.MenuHeader>	
			<controls:NavigationDrawer.Menu>

				<!-- Your menu items contents here -->

			</controls:NavigationDrawer.Menu>
			<controls:NavigationDrawer.Content>

				<!-- Your main window contents here-->

			</controls:NavigationDrawer.Content>
		</controls:NavigationDrawer>
	</Grid>
</Window>

Releases

No releases published

Packages

No packages published

Languages