Lines Matching refs:drop

3 The **Select** component provides a drop-down list box that allows users to select among multiple o…
25 | options | Array\<[SelectOption](#selectoption)\> | Yes | Options in the drop-down list box.|
33 | value | [ResourceStr](ts-types.md#resourcestr) | Yes | Value of an option in the drop-down list…
34 | icon | [ResourceStr](ts-types.md#resourcestr) | No | Icon of an option in the drop-down list b…
35 …attributes-attribute-modifier.md) | No | Symbol icon of an option in the drop-down menu.<br>**sym…
45 Sets the index of the initial selected option in the drop-down list box. The index of the first opt…
57 …d#resource)<sup>11+</sup> | Yes | Index of the initial selected option in the drop-down list box.|
63 Sets the text of the drop-down button. By default, it will be replaced by the content of the select…
75 | value | [ResourceStr](ts-types.md#resourcestr)<sup>11+</sup> | Yes | Text of the drop-down butt…
105 Creates a content modifier for the drop-down list box.
115 …ion>](#menuitemconfiguration12) | Yes | Content modifier to apply to the drop-down list box.<br>*…
136 Sets the text font of the drop-down button. If **size** is set to **0**, the text is not displayed.…
146 | value | [Font](ts-types.md#font) | Yes | Text font of the drop-down button.<br>Default value:<b…
152 Sets the font color of the drop-down button.
162 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Font color of the drop-down button.<…
168 Sets the background color of the selected option in the drop-down list box.
178 …md#resourcecolor) | Yes | Background color of the selected option in the drop-down list box.<br>D…
184 Sets the text font of the selected option in the drop-down list box. When **size** is set to **0**,…
194 | value | [Font](ts-types.md#font) | Yes | Text font of the selected option in the drop-down list…
200 Sets the font color of the selected option in the drop-down list box.
210 …types.md#resourcecolor) | Yes | Font color of the selected option in the drop-down list box.<br>D…
216 Sets the background color of options in the drop-down list box.
226 …(ts-types.md#resourcecolor) | Yes | Background color of an option in the drop-down list box.<br>D…
232 Sets the text font of options in the drop-down list box. When **size** is set to **0**, the text is…
242 | value | [Font](ts-types.md#font) | Yes | Text font of options in the drop-down list box.<br>Def…
248 Sets the font color of options in the drop-down list box.
258 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Font color of options in the drop-do…
296 Sets the alignment between the drop-down button and the drop-down menu.
307 …et](ts-types.md#offset) | No | Offset of the drop-down menu relative to the drop-dow…
313 …n in the drop-down list box. This attribute cannot be set in percentage. **OptionWidthMode** speci…
325 …e](ts-appendix-enums.md#optionwidthmode11) | Yes | Width of the option in the drop-down list box.|
331 Sets the maximum height for the option in the drop-down list box. This attribute cannot be set in p…
335 If the actual height of all options in the drop-down list box is less than the preset height, the o…
345 | value | [Dimension](ts-types.md#dimension10) | Yes | Maximum height of the option in the drop-d…
351 Sets the background color of the drop-down list box.
361 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Background color of the drop-down li…
367 Sets the background blur style of the drop-down list box.
377 …ttributes-background.md#blurstyle9) | Yes | Background blur style of the drop-down list box.<br>D…
410 | value | [ResourceStr](ts-types.md#resourcestr) | Yes | Text content of the option in the drop-d…
411 | icon | [ResourceStr](ts-types.md#resourcestr) | No | Icon of the option in the drop-down list b…
412 …sal-attributes-attribute-modifier.md) | No | Symbol icon of the option in the drop-down list box.|
413 | selected | boolean | Yes | Whether the option in the drop-down list box is selected.<br>Default…
414 | index | number | Yes | Index of the option in the drop-down list box.|
415 | triggerSelect | (index: number, value: string) :void | Yes | Invoked when an option in the drop
423 Invoked when an option in the drop-down list box is selected.
479 This example implements a custom drop-down list box, each option of which consists of text + image …
539 This example implements a drop-down list box, each option of which uses a symbol as its image.
586 This example implements a custom drop-down list box, each option of which consists of text + symbol…
653 This example implements a drop-down list box with custom dividers.
694 This example implements a drop-down list box where the dividers are hidden.