DropDownGallery.MenuGroups 属性
表示下拉列表 库 控件中一组下拉菜单项的容器。
使用情况
<DropDownGallery.MenuGroups>
child elements
</DropDownGallery.MenuGroups>
特性
没有属性。
子元素
元素 | 说明 |
---|---|
MenuGroup |
必须至少发生一次 |
父元素
元素 |
---|
DropDownGallery |
备注
必需。
对于每个 DropDownGallery 元素,必须恰好发生一次。
示例
以下示例演示 DropDownGallery.MenuGroups 元素的基本标记。
此代码部分显示下拉列表库命令空间中的 DropDownGallery.MenuGroups 控件声明。
<!-- 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 [仅限桌面应用] |