Partager via


Propriété DropDownGallery.MenuGroups

Représente un conteneur pour un ensemble d’éléments de menu déroulant dans un contrôle Galerie de listes déroulantes .

Utilisation

<DropDownGallery.MenuGroups>
  child elements
</DropDownGallery.MenuGroups>

Attributs

Il n’y a pas d’attributs.

Éléments enfants

Élément Description
MenuGroup
Doit se produire au moins une fois

Éléments parents

Élément
DropDownGallery

Notes

Obligatoire.

Doit se produire exactement une fois pour chaque élément DropDownGallery .

Exemples

L’exemple suivant illustre le balisage de base pour l’élément DropDownGallery.MenuGroups .

Cette section de code montre la déclaration de contrôle DropDownGallery.MenuGroups dans un espace de commande de la galerie de listes déroulantes .

<!-- 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>

Spécifications

Condition requise Valeur
Client minimal pris en charge
Windows 7 [applications de bureau uniquement]
Serveur minimal pris en charge
Windows Server 2008 R2 [applications de bureau uniquement]

Voir aussi

Contrôle Galerie déroulante

Utilisation des galeries