I have a problem with a R2L combo box (actually a DataGridViewComboBoxCell control): the drop down is left aligned and not to right aligned. I mean the following: in L2r language (like English), the drop down left side is aligned with he combo box left position. If the drop down with is wider as the combo box itself, it will be 'extended to the right. I expect in a R2L combo box with right aligment. In other words, the right side of the drop down should be aligned to the right side of the combo box, and extending it to the left.
The result of the problem is that when the combo box is narrow, drop down with is wide and the combo box is on at the right side of the display, the actual drop down is displayed outside the visible window.
BTW, the text inside the drop down is correctly displayed R2L. The problem is only with the drop down alignment.
Is it a known bug (VS2008, .NET 3.5, C#)? Is any way to right align the drop down?