腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(908)
视频
沙龙
2
回答
如何为BottomAppBar WP8.1指定最小化模式
、
、
谁在WP8.1 WINRT中为BottomAppBar设置BottomAppBar
浏览 3
提问于2014-07-07
得票数 13
回答已采纳
1
回答
如何在Windows 10中删除更多的应用程序?
、
、
我创建了一个Appbar,在其中我添加了一个包含和应用程序栏按钮的
commandBar
。现在的问题是它为
commandBar
和AppBar显示了更多的图标。你能建议我怎么移除这个吗?我的密码在下面if (this.BottomAppBar == null) this.BottomAppBar();
commandBar</
浏览 7
提问于2016-03-19
得票数 0
回答已采纳
1
回答
UWP -移动电话键盘上方的TextBlock
、
、
我需要在我的通用win10应用程序,一个文本块在页面底部,如果键盘是可见的,该文本块放置在键盘之上。
浏览 5
提问于2015-12-13
得票数 0
回答已采纳
1
回答
UWP
CommandBar
重叠
、
、
、
我对UWP应用程序中的
CommandBar
有一个问题(见下图)。 <Grid x:Name="cmdBarDesktop" Grid.Row=&
浏览 1
提问于2015-12-11
得票数 0
回答已采纳
1
回答
UWP
CommandBar
前后向按钮未显示
、
、
、
以下是我的XAML代码: IsOpen="True" VerticalAlignment="Bottom">
浏览 4
提问于2017-10-05
得票数 2
回答已采纳
3
回答
UWP
CommandBar
在底部有缺口
、
、
、
我试图在我的UWP应用程序的底部使用一个
CommandBar
,但我似乎无法消除底部的这个空白。很难看到,但它在
CommandBar
和窗口的底部边框之间。Height="50" VerticalAlignment="Bottom"> <
CommandBar
Height="50">
浏览 7
提问于2017-07-17
得票数 1
回答已采纳
1
回答
如何使
CommandBar
点在UWP中下降
、
、
当按下按钮时,
CommandBar
会向上扩展。如何使
CommandBar
向相反的方向扩展? <
CommandBar
> <AppBarToggleButtonIcon="Play" Label="Play" /> <AppB
浏览 3
提问于2020-10-23
得票数 1
回答已采纳
1
回答
如何将命令栏添加到MasterDetailsView中?
、
、
这是我的密码: <AppBarToggleButton Icon="Shuffle"AppBarButton Icon="Play" Label="Play" /> <AppBarButton Icon="Forward" Label="Forward&quo
浏览 7
提问于2017-11-04
得票数 1
回答已采纳
2
回答
UWP
CommandBar
动态尺寸和位置
、
、
、
、
在我的应用程序中,我使用的是一个带有多个
CommandBar
的AppBarButtons,在应用程序的顶部。现在,如果我调整窗口的大小,我希望AppBarButtons转到
CommandBar
.SecondaryButtons,如果它们不符合整个窗口的宽度。例如,在默认天气应用程序中,存在这样的效果。第二,我想从顶部的
CommandBar
切换到底部的
CommandBar
,就像特定设备家族的Page.BottomAppBar内部的
CommandBar
。我知道这是两个问题,但两者都指向了
Command
浏览 2
提问于2016-05-07
得票数 3
回答已采纳
1
回答
在Windows 8.1中制作瘦BottomAppBar
、
、
我如何使
CommandBar
瘦,例如在MSN应用程序(只有一个薄条与...在最后)。 <
CommandBar
> Click="SettingsBarButton_Click&
浏览 1
提问于2015-08-13
得票数 1
回答已采纳
3
回答
如何将
CommandBar
/ AppBar设置为始终打开
、
、
、
我搜索了一种方法,将
commandBar
(在Windows中)设置为始终打开。但我什么也找不到。有什么主意吗?
浏览 4
提问于2014-07-30
得票数 4
回答已采纳
1
回答
如何在所需位置显示命令栏菜单?
、
我们可以扩大飞离梅努特在期望的位置,如..。myFlyout.ShowAt(sender as UIElement, e.GetPosition(sender as UIElement));
浏览 3
提问于2017-10-19
得票数 0
回答已采纳
3
回答
UWP
CommandBar
-内容是完全独立的上下文吗?
、
、
、
在框架的导航事件上,我更新
CommandBar
以从框架的内容属性(我使用带有这些属性的自定义页面控件)和
CommandBar
的内容(现在是一个具有绑定的单个TextBlock )中提取主命令和辅助命令。但是,我想将ToggleButton移动到
CommandBar
中。
CommandBar
.Content是否使用不同的上下文?或者为什么ElementName引用不起作用?
浏览 3
提问于2015-12-20
得票数 0
1
回答
将标签添加到TopAppBar
、
、
、
可以使用
CommandBar
在xaml/c#中添加标签或TextBlock吗?这是我的topAppBar <
CommandBar
Visibility="Visible" IsOpen="True" IsSticky="True" > <AppBarButton Icon=&qu
浏览 8
提问于2014-03-21
得票数 0
1
回答
隐藏Windows 8.1
CommandBar
、
、
我试图: 我不太擅长解释自己
浏览 5
提问于2015-03-12
得票数 1
回答已采纳
1
回答
水平上下文菜单UWP
、
我想在我的UWP应用程序中创建一个水平排列的上下文菜单,如下图所示。我该怎么做呢? ?
浏览 15
提问于2020-06-23
得票数 0
2
回答
页面命令栏与Splitview窗格重叠
、
、
SplitView.Pane></SplitView> <Page.BottomAppBar> Background="Transparent"> <
CommandBar
.PrimaryCommandsIcon="ClearSelect
浏览 7
提问于2016-04-26
得票数 5
回答已采纳
1
回答
按代码添加AppBar (Windows8.1,C#)
、
、
、
、
实际上我有:{ { this.TopAppBar= appBar; var top = this.TopAppBar.Content as
CommandBar
浏览 2
提问于2013-10-24
得票数 2
回答已采纳
1
回答
Windows 8.1 AppBar占用不必要的房间
、
<Page.BottomAppBar> <
CommandBar
.SecondaryCommands> </
CommandBar
.SecondaryCommands> </
CommandBar</
浏览 6
提问于2015-02-24
得票数 0
回答已采纳
1
回答
更改
CommandBar
(AppBar)颜色
、
、
、
、
我想更改
CommandBar
的Background和Foreground的背景色。此外,当右键单击
CommandBar
-编辑风格-编辑一个副本-我得到的是一个空的,这会立即使
CommandBar
不可见。这对我来说毫无意义。 那么-如何更改
CommandBar
的样式/模板?
浏览 3
提问于2016-07-11
得票数 1
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券