Change Up-Down Button Alignment
In This Topic
The UpDownButtonAlignment property lets you change the alignment of the Up and Down buttons present next to the DropDown button in C1DropDown, C1DateEdit and C1NumericEdit. This property can have the following values:
-
Default: Both the buttons are placed on the right side, along with the drop-down button.
-
UpLeftDownRight: The Up button is placed on the left side and the Down button is placed on the right side.
-
UpRightDownLeft: The Up button is placed on the right side and the Down button is placed on the left side.
Complete the following steps to change the alignment of the Up and Down buttons:
- Create a new Windows Application project. Place a C1Input control (C1DropDown, C1DateEdit or C1NumericEdit) on the form.
- From the Properties window, set the UpDownButtonAlignment property, as per your requirement.