Questions tagged [commandbar]

120 questions
1
vote
3 answers

CommandBars in outlook 2010

so I've noticed that CommandBars appear in tabAddIns in outlook 2010 by default. Is there any way I can get them to appear in my custom ribbon tab instead? If it is impossible or very challenging, I welcome suggestions for easier ways to achieve…
CodeMinion
  • 653
  • 2
  • 10
  • 24
1
vote
2 answers

Powerpoint - VBA - Run Application CommandBars

I want to create a macro which allows, once an object is selected, to open the associated CommandBar. I wrote the following which works sometimes, but not everytime - it does not work the first time. and I do not understand why. I have to manually…
Naxos
  • 41
  • 8
1
vote
1 answer

How to add Excel row command bar header with text and icon using C#

I need to add a group header in the Excel command bar during runtime using C#, so that I can separate my Office.CommandBarButton options from the default Excel options. For example, in Excel 2013, if you go and select a row and RMB…
1
vote
3 answers

UWP including mediaplayer transport bar as part of commandbar?

I am trying to create a custom media transport controls for a mediaplayer application where I could add my own buttons and functionality. The only thing I would need from the standard MediaTransportControl is the SeekBar. I've tried fiddling around…
Francois Gagnon
  • 362
  • 4
  • 20
1
vote
1 answer

UWP commandbar more button not showing up with DynamicOverflowEnabled

I have a UWP app in which I am using CustomMediaTransportControls. within those controls I've added some extra buttons within the commandbar PrimaryCommands and have set IsDynamicOverflowEnabled=true according to the docs it should automatically…
Muhammad Touseef
  • 4,357
  • 4
  • 31
  • 75
1
vote
2 answers

UWP CommandBar Binding

is it possible to bind an UWP CommandBar to something like a ObservableCollection or so? What i want to achieve ist to bind my CommandBar of my NavigationView to an Object of a specific Page so that the AppBarButton change dynamicaly depending on…
cybertronic
  • 117
  • 1
  • 10
1
vote
2 answers

UWP Commandbar to right side

I want to move the CommandBar to the right side and let the AppBarButtons flow from top to down. In other words I want to rotate the CommandBar by 90 degrees from top to the right side of the Page How can I achieve that? J.
J.Carden
  • 87
  • 7
1
vote
1 answer

Prevent off-screen swipe feature for UWP on Windows 10

I have an App that was migrated from Windows 8.1 Store App to UWP. The original function on Windows 8 permitted a bottom swipe gesture to bring up the Page.BottomAppBar. On UWP (Universal Windows Platform), the bottom swipe gesture now brings up…
1
vote
2 answers

Minimise a CommandBar in UWP with on click event

I have a commandbar in my UWP application, and I want to hide the bar and only display a ellipsis button when a user click on the hide button. In additional, I would like the commandbar to be opened/shown when the application is being launched.…
thalassophile
  • 275
  • 2
  • 12
1
vote
2 answers

C# VSTO Outlook 2007: Add icon for CommandBarPopup

Hi i want add image icon for my CommandBarPopup button at standard commandbar like Send & Receive Button. Popup is working, i have Buttons with icons there but I need top icon in popup (next to small dropdown icon) Code for creating popup: …
DjCzermino
  • 125
  • 1
  • 9
1
vote
2 answers

Scrollbar is overlapping command bar in UWP

Ok, so scrollbar from my Hub (I think) is overlapping my command bar and it is impossible to interact with thee. So how do I disable it (the scollbar)? To get it invisible? I tried adding "ScrollViewer.HorizontalScrollBarVisibility="Hidden" to Hub,…
stroibot
  • 808
  • 1
  • 11
  • 25
1
vote
1 answer

How to show AppBarButton Label in initial load?

In the following code, the app bar is rendered without the AppBarButton Label text. Text shows only when hamburger button is clicked and bar is expanded. How can I make text show along with the icon initially? CommandBar cb2 = new…
neo
  • 1,952
  • 2
  • 19
  • 39
1
vote
1 answer

Xamarin UWP brand toolbar

I'm using Visual Studio 2015 and made a Xamarin project to support iOS, Android and UWP. I want rebrand the toolbar, and on iOS and Android its possible to set a background color and a picture in the toolbar. But for Universal Windows Platform this…
Dennis
  • 1,528
  • 2
  • 16
  • 31
1
vote
1 answer

XAML: Vertical CommandBar (on the left)

Can you tell me how to make a vertical commandbar in XAML (C#), similar to the one on the left of the "Weather" app in windows 10? I've been trying but it seems there is only bottom and top bars thank you
1
vote
1 answer

Windows 10 UAP : Binding a Command bar

I'm making an UAP Windows 10 App. Like app News from Microsoft, i'm trying to put the CommandBar in top on the page in desktop view, and in bottom of the page in mobile view. How could I do this ? I think I have an independant with…
ALkyD
  • 15
  • 4