Mode used to calculate the width of a dropdown.
Property | Description |
---|---|
Auto | The width of the dropdown matches the width of the provided Rect, but if the content is wider, it expands to fit the content. This is the only supported mode for OS menus. |
Fixed | The width of the dropdown matches the width the provided Rect. |
Content | The width of the dropdown menu matches the width of the content. |