Questions tagged [commandbar]

120 questions
0
votes
1 answer

UWP - CommandBar : more button is "hidden"

I have an issue with command bar: I use template10, so my CommandBar is in a Grid on bottom of page. I set the property ClosedDisplayMode to Minimal. But the grid has a Visibility=Collapsed by default. When I switch the grid visibility to Visible,…
Samuel LIOULT
  • 594
  • 5
  • 21
0
votes
1 answer

Can we customize CommandBar in UWP

I have a UWP app. There, I have one CommandBar which has some AppBarButton. Now, I need to add some customized radio button in the same command bar and these radio buttons will be grouped together and shown exactly in the middle of the command bar…
tavier
  • 1,744
  • 4
  • 24
  • 53
0
votes
2 answers

How to change the position of the CommandBar Overflow area in VS2015?

May I enquire as to how the position of the CommandBar Overflow area (when the 'see more' ellipsis button is clicked) may be changed to reside below the CommandBar (rather than above it) when the CommandBar control is positioned at the bottom of the…
0
votes
1 answer

UWP CommandBar dynamic overflow behavior not working

On this page in Windows Dev Center it says The new dynamic overflow behavior will automatically move primary commands into the SecondaryCommands area when space is limited. But in my App there are only 4 Buttons Visible, the 5th one is not there,…
Thommy
  • 5,070
  • 2
  • 28
  • 51
0
votes
1 answer

Custom CommandBar to PickerFlyout

By default PickerFlyout has commandbar that has done and cancel buttons. Is it possible to disable done button programmatically? If not is there any way to add custom command bar and replace default one? With the help of the answer given i tried to…
Archana
  • 3,213
  • 1
  • 15
  • 21
0
votes
2 answers

VBA - Method 'List' of objectr '_CommandBarComboBox' failed

I have a sub in VBA that calls another sub to perform some analysis on data if the user pastes it in. The code below errors as: Run-time error'-2147467259 (80004005)': Method 'List' of object'_CommandBarComboBox' failed Private Sub…
Bryan Harper
  • 55
  • 2
  • 8
0
votes
1 answer

Change AppBarButton circle and icon and label color windows phone 8.1 Page bottom app bar

I want to customize the circle and icon color of AppBarButton. So I tried following style but it does not work. In XAML, it show circle color green. But when I run the circle color is not changed