Customizing the C1DropDownControl
In This Topic
This topic shows how you can customize the C1Input.C1DropDownControl.
To make only the drop-down button visible:
- Expand the VisibleButtons property node.
- Set UpDown to False. Note that the DropDown default is set to True. The control should now look like the image below:
To make the width of the drop-down form equal to the width of the control:
- Select the drop-down form.
- Set Options.AutoResize to True.
See Also