Controlling a ComboBox's DropDown's Location
C#
2
Posts
1
Posters
0
Views
1
Watching
-
Hello, I'd like to know if there is any way to make the DropDown part of a ComboBox open with its top-right corner aligned to the bottom-right corner of its ComboBox. Like this.[^]. Right now I'm trying to create a control of my own that inherits from a ComboBox and overriding the OnPaint and OnDrawItem methods, but I have yet to hit on a solution for this.
-M.
-
Hello, I'd like to know if there is any way to make the DropDown part of a ComboBox open with its top-right corner aligned to the bottom-right corner of its ComboBox. Like this.[^]. Right now I'm trying to create a control of my own that inherits from a ComboBox and overriding the OnPaint and OnDrawItem methods, but I have yet to hit on a solution for this.
-M.