For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tiroir

Composant tiroir pour les applications Universal

Tiroir permanent

Un tiroir permanent est affiché en tout temps. Par défaut, il est affiché sur le côté gauche de l'écran.

New-UDDrawer -Variant 'permanent' -Content {
  New-UDList -Children {
        New-UDListItem -Label "Home"
        New-UDListItem -Label "Getting Started" -Children {
            New-UDListItem -Label "Installation" -OnClick {}
            New-UDListItem -Label "Usage" -OnClick {}
            New-UDListItem -Label "FAQs" -OnClick {}
            New-UDListItem -Label "System Requirements" -OnClick {}
            New-UDListItem -Label "Purchasing" -OnClick {}
        }
    }
}
Permanent Drawer

API

Mis à jour

Ce contenu vous a-t-il été utile ?