I've got a DataGridViewCobmoboxColumn that has to be on the far right side of the screen. The items in the cell are wider that the cell width, so the dropdown list is also wider than the cell, so the user can see what top select. When the list drops down, the right side of the dropdown is not visible, and thus the scroll bar is also not visible. The users think there are only 7 items to choose from, when there are actually many.
Since this has to be on the right side, is there any way to anchor the dropdown to the right of the cell and expand to the left?
We're using .Net 2.0 for this project. Since we're coding in both VB and C#, I'm not too concerned about an answer being language specific. I'll take anything...