Home › Forums › WinForms controls › Xceed Grid for WinForms › Header row above columns??How? › Reply To: Header row above columns??How?
Instead of <b>adding</b> the row to FixedHeaderRows, try <b>inserting</b> it at position 0:<code>grid.FixedHeaderRows.Insert(0, myHeaderRow);</code>
Imported from legacy forums. Posted by Tommy (had 214 views)