DropDownGallery.MenuLayout 属性
表示 DropDownGallery 下拉菜单布局的容器。
使用情况
<DropDownGallery.MenuLayout>
child elements
</DropDownGallery.MenuLayout>
特性
没有属性。
子元素
元素 | 说明 |
---|---|
FlowMenuLayout |
必须恰好发生一次 |
VerticalMenuLayout |
必须恰好发生一次 |
父元素
元素 |
---|
DropDownGallery |
备注
可选。
每个 DropDownGallery 元素最多可以发生一次。
注意
最多允许一个子元素 (VerticalMenuLayout 或 FlowMenuLayout) 。
示例
以下示例演示 DropDownGallery 的基本标记。
此代码部分显示 DropDownGallery.MenuLayout 控件声明。
<!-- DropDownGallery -->
<Group CommandName="cmdDropDownGalleryGroup">
<DropDownGallery CommandName="cmdDropDownGallery"
TextPosition="Hide"
Type="Commands"
ItemHeight="32"
ItemWidth="32">
<DropDownGallery.MenuLayout>
<FlowMenuLayout Rows="2"
Columns="3"
Gripper="None"/>
</DropDownGallery.MenuLayout>
<DropDownGallery.MenuGroups>
<MenuGroup>
<Button CommandName="cmdButton1"></Button>
<Button CommandName="cmdButton2"></Button>
</MenuGroup>
<MenuGroup>
<Button CommandName="cmdButton3"></Button>
</MenuGroup>
</DropDownGallery.MenuGroups>
</DropDownGallery>
</Group>
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows 7 [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 R2 [仅限桌面应用] |