Questions tagged [appbar]

An application desktop toolbar (also called an appbar) is a window that is similar to the Windows taskbar.

It is anchored to an edge of the screen, and it typically contains buttons that give the user quick access to other applications and windows.

An app bar consists of a toolbar and potentially other widgets

source: http://msdn.microsoft.com/en-us/library/windows/desktop/cc144177(v=vs.85).aspx

499 questions
0
votes
1 answer

Issue while Loading Listview with AppBar in Metro apps?

Am trying to load listview under AppBarCommand button click.Actually listview is loading and clicking on listview-item will navigating to another page is fine but the problem here is if I click on AppBarCommand twice(or more times) means trying to…
Akil Pandu
  • 569
  • 4
  • 22
0
votes
1 answer

Why the appbar openes among different pages in flipview?

I am using FlipView control for flipping through various pages i.e. *.XAML pages. I am using ObservableCollection of Page class. Now one page among those pages contains AppBar, but that AppBar can be open in any other XAML page from collection also.…
Farhan Ghumra
  • 14,534
  • 5
  • 43
  • 105
0
votes
0 answers

Give wpf appbar "higher priority" than the windows taskbar

I have experimented with making an appbar, and wiring the interop code to a wpf window (With help from CodeProject), and it works great! But there's something more I want to do. I want the dock setting of the window I am docking to "push around" the…
0
votes
1 answer

Windows 8 AppBar covers page content; I want squish instead

Is there some trick to make the Page.AppBars in WinRT squeeze/move the content of the page rather than going over the top of the content?
Brannon
  • 5,002
  • 2
  • 29
  • 73
0
votes
1 answer

Metro application - Top bar menu

I am developping a metro app in C# on Windows 8. I've added a top bar and I would like to display a menu when the user click a button on it. For example when you click the tools button in the Internet Explorer App a menu shows up. How to do that ?…
Peekyou
  • 493
  • 1
  • 5
  • 17
-1
votes
3 answers

How can I add a drawer in the app bar in flutter?

I am trying to add a drawer in my appbar but i couldnt manage to fix it. My code looks like this, please help! Widget appBarMain(BuildContext context) { return AppBar( centerTitle: false, title: Image.asset( …
power941
  • 15
  • 2
-1
votes
1 answer

Add Icon button in App bar of tab bar in flutter

https://i.stack.imgur.com/LPLE4.png I need to add iconbutton appbar flutter
-1
votes
2 answers

Toolbar shadow not showing

My app has a fragment with tablayout and it shows a shadow with elevation:
-1
votes
1 answer

how to align action items & title in action bar/ app bar?

I'm a new android developer and I made lots of documentation till I got my own action bar with actions icon/items. but I want to know two things: How to align the title at the center of action bar (lots of documentation showed it by using gravity…
-1
votes
1 answer

How to display app bar (menu) xml file

I am trying to find a way to display a menu xml file in my App bar and I got stuck so I am asking for help. This is what I have got so far: main activity xml:
jonasxd360
  • 986
  • 3
  • 13
  • 30
-1
votes
5 answers

Set text in the centre of AppBar

I this is my xml:
-1
votes
1 answer

Why AppBar behaviors differently in windows surface pro 1 and windows surface pro 4?

I have my app bar defined as below: private void MyBottomBar_Closed(object sender, object e) { if…
spspli
  • 2,762
  • 9
  • 43
  • 68
-1
votes
1 answer

Why does there seem to be no "Opened" event for a WinRT XAML BottomAppBar?

I want to respond to the opening of a bottom app bar in my Windows Store App. Elsewhere, I was advised that there is, indeed, and "Opened" event for it, but this: ...results in…
B. Clay Shannon
  • 1,055
  • 124
  • 399
  • 759
-1
votes
1 answer

Windows phone application bar

I have add four icons for my application bar that are yellow . When the theme is set to dark everything is OK but when i set it to light the yellow becomes black any suggestions ?
VaSiLiS .
  • 9
  • 4
-2
votes
2 answers

Error: Have two Action bar in activity_main.xml (Android Studio)

Error: https://i.stack.imgur.com/uJrJ5.png Code here: https://codepen.io/anon/pen/RxpvdE (Sorry I cant't post code here because of when post error 4 space Ctr+K..???)
O Thạnh Ldt
  • 593
  • 4
  • 10
1 2 3
33
34