VerticalMenuLayout 元素

表示库中项的垂直布局。

使用情况

<VerticalMenuLayout
  Rows = "xs:integer"
  IsMultipleHighlightingEnabled = "xs:boolean"
  Gripper = "xs:string"/>

特性

属性 类型 必选 说明
片 梭
xs:string

附加到库下拉列表的大小调整句柄。
垂直手柄的屏幕截图。
限制为以下值之一:

(无)
(垂直)
默认。
IsMultipleHighlightingEnabled
xs:boolean

Windows 8 及更高版本
突出显示列表中所有项,包括当前鼠标悬停项 (,而不是仅) 鼠标悬停项。 通常用于多个 撤消恢复 功能。

(true)
(false)
默认。

xs:integer

指定要在不滚动的情况下可见的项行数。

(xs:integer)
任何正整数或负整数。
默认值为 -1 ,它指定显示尽可能多的项行。

子元素

没有子元素。

父元素

元素
DropDownGallery.MenuLayout
InRibbonGallery.MenuLayout
SplitButtonGallery.MenuLayout

备注

必需。

对于每个 DropDownGallery.MenuLayout、InRibbonGallery.MenuLayoutSplitButtonGallery.MenuLayout 元素,VerticalMenuLayoutFlowMenuLayout 元素必须发生一次。

示例

以下示例演示 VerticalMenuLayout 元素的基本标记。

此部分代码显示 InRibbonGallery 控件声明。

<!-- InRibbonGallery -->
<Group CommandName="cmdInRibbonGalleryGroup" SizeDefinition="OneInRibbonGallery">
  <InRibbonGallery CommandName="cmdInRibbonGallery"
                   MaxColumns="10"
                   MaxColumnsMedium="5"
                   MinColumnsLarge="5"
                   MinColumnsMedium="3"
                   Type="Items">
    <InRibbonGallery.MenuLayout>
      <VerticalMenuLayout Rows="2"
                          Gripper="Vertical"/>
    </InRibbonGallery.MenuLayout>
    <InRibbonGallery.MenuGroups>
      <MenuGroup>
        <Button CommandName="cmdButton1"></Button>
        <Button CommandName="cmdButton2"></Button>
      </MenuGroup>
      <MenuGroup>
        <Button CommandName="cmdButton3"></Button>
      </MenuGroup>
    </InRibbonGallery.MenuGroups>            
  </InRibbonGallery>
</Group>

元素信息

  • 支持的最低系统:Windows 7
  • 可以为空:是