Here is a neat little trick for making dropdowns and labels have the same rounded corners that text boxes do.
You will need 3 items to do this.
- Basic Container
- Dropdown or Label
- Text Input
Nest the Dropdown or Label and Text Input inside the container and set the control properties
Dropdown
- Container
- Height: Dropdown.Height + 6
- Width: Dropdown.Width + 5
- Dropdown
- X: 3
- Y: 3
- Border Thickness: 1
- Focused Border Thickness: 1
- Height:
- Width:
- Text Input:
- Text: Blank
- Reorder: Send to Back
- Radius: 5
- Border Thickness: 1
- Height: Dropdown.Height + 2
- Width: Dropdown.Width + 1
- X: Dropdown.X - 1
- Y: Dropdown.Y -1
Label
- Container
- Width: Label.Width + 2
- Height: Label.Height + 2
- Label
- Width: Desired Width
- Height: Desired Height
- Border: None
- X: 1
- Y: 1
- Text Input
- Text: Blank
- Reorder: Send to back
- Radius: 5
- Border Thickness: 2
- Width: Label.Width
- Height: Label.Height
- X: Label.X
- Y: Label.Y

Like
Report
*This post is locked for comments