Is it a Bug in Winforms?

RxWb 6 Reputation points
2022-03-03T12:28:47.377+00:00

Hello All,

I am new in Winforms( C# ). I have used ComboBox Control. When I have set "DroppedDown" property to "true", DropDown window is opening at somewhere else rather than it's required position which should exactly bottom of ComboBox Control. Can someone please help me in this problem?179605-combobox.png

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,648 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Rijwan Ansari 746 Reputation points MVP
    2022-03-04T10:32:03.757+00:00

    Hi @RxWb

    This is not a normal behavior, and I find it working in my side. Would you please restart your pc, open the solution in full screen and try again. Also reset the properties of dropdown.

    0 comments No comments

  2. Karen Payne MVP 35,386 Reputation points
    2022-03-04T15:54:20.893+00:00

    This happens when something either in Visual Studio or the Windows environment or a Windows application misbehaving. Have seen this before and will normally clear up by closing, restarting Visual Studio or restarting Windows. So there is no bug, it's environmental.

    0 comments No comments