HypernovaDesktop Components · docs
Binarymission
WinFormsCombo Box › DropDownWindowDisplayOrientation

DropDownWindowDisplayOrientation

enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ListControls

Which side of the control the drop-down window is aligned to when it opens.

public enum DropDownWindowDisplayOrientation

Members at a glance

DefaultLet the control choose the edge, based on where there is room on screen.
LeftAlign the drop-down window to the left edge of the control.
RightAlign the drop-down window to the right edge of the control.

Members

Default

Let the control choose the edge, based on where there is room on screen.

Left

Align the drop-down window to the left edge of the control.

Right

Align the drop-down window to the right edge of the control.