I have a form that has a summary on it.
Drop-down list set by DropDownList. These drop-down elements are a descriptive form of the object. This means that they can get quite a lot of time. The position of the drop-down list on the screen means that when the drop-down list is displayed, it does not fit the screen. Some of them are cut off by the right edge of the screen.
I can not move the combobox.
Is this somehow, I can move the drop down part of the control list. Perhaps focus it under control?
Update
I attached a screenshot. You can see the form here -

When entering transactions, the user fills out the form and clicks the "Save" button. The series of transactions that will be entered for any client will be recurring transactions. They can be saved as favorites. The drop-down list lists the currently saved favorites, and when one of them is selected, the program automatically fills in the transaction fields.
Screenshot 2 showing the entire program and a list of lists with a list of exclusions from space.

I understand that in the screenshot I could move the form, but I like to save forms for entering transactions in the center of the screen.
I may have to look at other interface options.
Thanks,
source share