# Dropdown Form

## Content

The dropdown-based controls in Input like, ComboBox, NumericEdit, DateEdit and DropDownControl, allow you to decide the dropdown alignment using the **DropDownAlignment** property. By default, the dropdown form and the TextBox have equal alignment.

The table below lists the three different types of dropdown alignment apart from the default dropdown alignment:

| **DropDown Alignment** | **Snapshots** |
| ------------------ | --------- |
| Left | ![](https://cdn.mescius.io/document-site-files/images/287a0e06-68cb-453e-816c-125f892133e7/images/dropdownalignment-left.png) |
| Right | ![](https://cdn.mescius.io/document-site-files/images/287a0e06-68cb-453e-816c-125f892133e7/images/dropdownalignment-right.png) |
| Center | ![](https://cdn.mescius.io/document-site-files/images/287a0e06-68cb-453e-816c-125f892133e7/images/dropdownalignment-center.png) |
