'Change default cursor position in ComboBox

I am working on a c# based Winforms Project where I have used a ComboBox filled with some values and Set AutoCompleteMode = Append . Now the problem is whenever I type a alphabet ,the ComboBox show the suggestion but the cursor position is always is at the last . Any suggestion how to change this behaviour .



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source