EFileTahi-A Posted May 7, 2006 Posted May 7, 2006 (edited) How can I align a specific header column from DataGridView? Edited May 8, 2006 by EFileTahi-A Quote
EFileTahi-A Posted May 12, 2006 Author Posted May 12, 2006 Well, at least could someone tell me if this is possible? I only know how to center all header columns. Thank you Quote
Administrators PlausiblyDamp Posted May 12, 2006 Administrators Posted May 12, 2006 IIRC a column has a HeaderCell property - can't you do something like... dataGridView1.Columns[1].HeaderCell.Style //access it's properties from here That may not be exact as I don't have .Net 2005 handy at the moment but it does ring a bell. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
EFileTahi-A Posted May 21, 2006 Author Posted May 21, 2006 Jesus... stupid me... that was simple... Thank you once more PlausiblyDamp :) - THREAD RESOLVED - Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.