问题标签 [commandbar]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
xaml - Windows 10 UAP:绑定命令栏
我正在制作 UAP Windows 10 应用程序。就像来自 Microsoft 的应用程序新闻一样,我正在尝试将 CommandBar 放在桌面视图的页面顶部,以及移动视图的页面底部。
我怎么能这样做?我想我有一个独立<CommandBar xxx>
的空<Page.TopAppBar>
和<Page.BottomAppBar>
。并且根据视图的大小,我将 CommandBar 附加到 TopAppBar 或 BottomAppBar...?
有想法?谢谢。
c# - UWP CommandBar - 内容是完全独立的上下文?
一段时间以来,我一直在尝试以自己的方式实现微软的汉堡包模式。
最终结果如下:
- AppShell 用于包含当前页面和汉堡菜单(菜单始终可见)
- 在 Appshell 中,Grid 有两行:一是 48px 高,一是一开始高度。
- 在第一行,添加了一个命令栏(全局)和汉堡按钮(具有自定义样式的切换按钮,宽度和高度为 48 像素,汉堡字体图标位于中心)
- 在第二行,SplitView 在窗格上有一个 ListBox,在内容中有一个 Frame。
这种方式可以控制内容,同时显示全局菜单和命令栏。在 Frame 的 Navigated 事件中,我更新 CommandBar 以从 Frame 的 Content 属性(我使用具有这些属性的自定义页面控件)和 CommandBar 的内容(现在是带绑定的单个 TextBlock)。
但是,我想将 ToggleButton 移到 CommandBar 中。它工作得很好,除了绑定(ToggleButton 的 IsChecked 绑定到 SplitView 的 IsPaneOpen)不起作用。我使用常规的 ElementName 定位,并且不希望使用 ViewModel 属性。
CommandBar.Content 是否使用不同的上下文?或者为什么 ElementName 参考不起作用?
c# - 更改 AppBarButton 圆圈和图标和标签颜色 windows phone 8.1 页面底部应用栏
我想自定义 AppBarButton 的圆圈和图标颜色。所以我尝试了以下风格,但它不起作用。在 XAML 中,它显示圆形绿色。但是当我运行圆圈颜色没有改变
我的BottomAppBar
c# - windowsphone 8.1 命令栏
现在我正在使用 VS2015 和 C# 和 XAML 制作 Windows Phone 8.1 应用程序。并想了解 Commandbar。
我只使用辅助命令栏。所以,我想压缩主要的空间,当命令栏弹出时。但我无法解决这个问题。
现在我的代码在这里。
请告诉我如何解决这个问题。
xaml - UWP CommandBar 作为资源
我有一个CommandBar
我想在应用程序中使用我的所有页面。使用属性窗口中的“新建”按钮创建新命令栏并使用“转换为新资源”将新值转换为资源时(资源放置在资源字典中)VS 创建以下 xaml:
资源字典:
现在,当启动应用程序时,会引发未处理的异常,并显示消息“参数不正确”(内部异常:“值不在预期范围内”)。这是预期的行为还是有解决方法(使用样式除外)?
xaml - XAML:垂直命令栏(在左侧)
你能告诉我如何在 XAML (C#) 中制作一个垂直命令栏,类似于 Windows 10 中“天气”应用程序左侧的命令栏吗?我一直在尝试,但似乎只有底部和顶部栏谢谢
excel - VBA - 对象“_CommandBarComboBox”的方法“列表”失败
我在 VBA 中有一个子程序,如果用户将数据粘贴进去,它会调用另一个子程序对数据进行一些分析。下面的代码错误为:
运行时错误'-2147467259 (80004005)':对象'_CommandBarComboBox'的方法'List'失败
关于为什么对象的列表不存在的任何想法?
xamarin - 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 seems impossible.
So I want to set my own TopAppBar with a picture, and hide the current toolbar for UWP;
In my MainPage.xaml.cs I've;
So for UWP there would be no items on the toolbar. But it still appears.
I cannot find any documentation on how to; -customize the toolbar for UWP -hide the toolbar for UWP
I've tried to add a toolbar like so;
But that results in having two toolbars at the top...
So it's better to modify the existing toolbar created by Xamarin, but I don't know how to access it from the 'public MainPage()' of the UWP project.
xaml - 自定义 CommandBar 到 PickerFlyout
默认情况下PickerFlyout
,commandbar
已经完成和取消按钮。是否可以以编程方式禁用完成按钮?如果没有,有没有办法添加自定义命令栏并替换默认命令栏?
在给出的答案的帮助下,我尝试从 PickerFlyoutBase 编写自定义选择器。但现在我无法在 xaml 中将内容添加到弹出窗口。给我错误说 custompicker 不支持直接内容