I am using this code to create a gridcombobox in a couple columns of my grid.
gridComboBox1.DataSource = m_dtVerified
gridComboBox1.DisplayMember = “VerificationType”
gridComboBox1.ValueMember = “VerificationTypeID”
XceedPatronGrid.Columns(“VerificationTypeID”).CellEditor = gridComboBox1
XceedPatronGrid.Columns(“VerificationTypeID”).CellViewer = gridComboBox1
Now, it seems the default is the contents are right justified. How do I change that to being Left justified in the combo box?
Imported from legacy forums. Posted by hellswraith (had 2412 views)