DropDownPopup QML Type
A popup container for selection lists. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
- contentItem : Item
- height : real
- margins : real
- width : real
Detailed Description
DropDownPopup is the popup component used by DropDownButton. It provides a styled container with configurable dimensions and margins to host selection content.
Property Documentation
contentItem : Item
The custom content item displayed inside the popup.
height : real
The height of the popup in pixels.
margins : real
The margins applied inside the popup around the content.
width : real
The width of the popup in pixels.