Questions tagged [application-bar]
98 questions
0
votes
1 answer
User control page with application bar windows phone
I am creating an app that has multiple pages, and one of them is a user control page, which works like a pop up of a paranoma page.
How can I add an application bar on that user control page???
I have been trying to use the following code, but it…

Jordan
- 327
- 8
- 23
0
votes
1 answer
Built-in rotation animation of applicationbar in Windows Phone
There is a image control in my page, which support the landscape and portrait layout. I want implement an animation that rotate the image when the oritentaion changed. Which just like the built-in rotate animation of applicationbar. But I have no…

HamGuy
- 916
- 1
- 7
- 18
0
votes
1 answer
WP7: Understanding dark / light icons and how to change dynamically depending on thems (via mvvmlight)?
From what I understand is that there is 2 themes in wp7, light and dark. I notice the application bar has generic images, they change to light or dark automatically.
But I placed a image from the SDK icons directory onto xml screen, I noticed they…

Martin
- 23,844
- 55
- 201
- 327
0
votes
1 answer
Proper way of building application bar in WP7
I'am doing localized application in WP7 so I make my app bar in code. The problem appears when I have some form (registration, login etc.). In Blend everything looks all right, but when I emulate it on device my gird with textboxes, textblocks is…

dargod
- 334
- 1
- 15
0
votes
2 answers
How to add menu item to Application Bar to needed index?
I am adding menu item to Application bar using this code
ApplicationBar.MenuItems.Insert(0, refreshMenu);
I have 2 other items added from XAML.
But added menu item is adding to the end of list and becoming last menu item insted of being first…

Samvel Siradeghyan
- 3,523
- 3
- 30
- 49
-1
votes
2 answers
Application Bar Button States in WP8
When I clicked Application Bar Button in WP8, the button background changes to be PhoneAccentColor. Is it possible to change its color when I clicked it (pressed state)?
I use a global AppBar and it's in App.xaml
…

Hai Cu
- 130
- 1
- 7
-2
votes
1 answer
How to create two type of application bar in windows phone?
I already create the application bar in my application.
Now i want create new application bar with exist of old one is present.
Is it possible or not?
Please help me.
Thanks in advance.

selvam
- 1,177
- 4
- 18
- 40
-3
votes
2 answers
How to make user control like application bar - windows phone
My question seems to be a bit strange. I have a long list selector and I want to add a control like application bar in it so it can be repeated many times the same with the controls in the item template. I thought about a grid with the contents I…

Abdullah El-Menawy
- 388
- 1
- 5
- 17