Home › Forums › WinForms controls › Xceed Grid for WinForms › C# column position change "how to" question › Reply To: C# column position change "how to" question
The user can do this by dragging the header of the column around, but you can also do it in code. Each column has a property <b>VisibleIndex</b>. That property is the visible index of the column. To move a column to the very beginning, set the VisibleIndex property to 0.
Imported from legacy forums. Posted by Tommy (had 301 views)