[]
        
(Showing Draft Content)

Customizing the C1DropDownControl

This topic shows how you can customize the C1Input.C1DropDownControl.

To make only the drop-down button visible:

  1. Expand the VisibleButtons property node.
  2. Set UpDown to False. Note that the DropDown default is set to True. The control should now look like the image below:
    delivery-dropdown-form

To make the width of the drop-down form equal to the width of the control:

  1. Select the drop-down form.
  2. Set Options.AutoResize to True.

See Also

Binding C1CheckBox