Lines Matching refs:Menu
1 # Menu chapter
3 The **Menu** component is a vertical list of items presented to the user.
9 > - The **Menu** component must be used together with the [bindMenu](ts-universal-attributes-menu.m…
17 Menu()
27 …Menu** component sets the default width of two columns for the **MenuItem** and **MenuItemGroup** …
29 > When the width is set, the **Menu** component sets the **MenuItem** and **MenuItemGroup** child c…
182 Menu() {
190 Menu() {
191 MenuItem({ startIcon: $r("app.media.icon"), content: "Menu item" })
192 MenuItem({ startIcon: $r("app.media.icon"), content: "Menu item" })
196 content: "Menu item",
203 content: "Menu item",
209 content: "Menu item",
216 content: "Menu item",
257 Menu() {
265 Menu() {
266 MenuItem({ symbolStartIcon: this.startIconModifier, content: "Menu item" })
267 MenuItem({ symbolStartIcon: this.startIconModifier, content: "Menu item" })
271 content: "Menu item",
278 content: "Menu item",
284 content: "Menu item",
290 content: "Menu item",