TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sweta Sinha
NA
51
42.2k
MenuDrawer in Windows Phone 8
Feb 10 2015 1:57 AM
Hi,
I am new in the development of windows phone apps.Can anyone help me to find out how to use menudrawer in wp8.I have added the library file through the nudget and included it in my xaml.
xmlns:drawerLayout="using:DrawerLayout"
But when I am using it below:
<
drawerLayout:DrawerLayout
Grid.Row="1" x:Name="DrawerLayout">
<!-- DrawerLayout code goes here -->
</drawerLayout:DrawerLayout>
It is showing error in the text written in bold,that "the name drawerLayout.Drawerlayout does not exist in the namespace".
Reply
Answers (
1
)
how to add a prefix in every column of table by coding?
Application targeting wp 8.1 will work on wp8.0?