C Cor Ligthert[MVP] Nov 17, 2007 #2 Should be in a kind of flavour you like on our website http://www.vb-tips.com/default.aspx Cor
L Lou Nov 18, 2007 #3 What? I don't think that is the method for setting the font size of a DataGrid column programatically... For thos who need the answer i did eventually figure it out. Dim font As New Font( _ dggrid.ColumnHeadersDefaultCellStyle.Font.FontFamily, 10, FontStyle.Bold) dgGrid.Columns(1).DefaultCellStyle.Font = font
What? I don't think that is the method for setting the font size of a DataGrid column programatically... For thos who need the answer i did eventually figure it out. Dim font As New Font( _ dggrid.ColumnHeadersDefaultCellStyle.Font.FontFamily, 10, FontStyle.Bold) dgGrid.Columns(1).DefaultCellStyle.Font = font
C Cor Ligthert[MVP] Nov 19, 2007 #4 Lou, That is the method for a columnheader font on a DataGrid, not a font in a DataGrid view column. In my idea are you making it people who search in this newsgroup on Google very difficult to find answers doing like you do. Cor
Lou, That is the method for a columnheader font on a DataGrid, not a font in a DataGrid view column. In my idea are you making it people who search in this newsgroup on Google very difficult to find answers doing like you do. Cor
L Lou Nov 22, 2007 #5 I apologize. -louie Cor Ligthert said: Lou, That is the method for a columnheader font on a DataGrid, not a font in a DataGrid view column. In my idea are you making it people who search in this newsgroup on Google very difficult to find answers doing like you do. Cor Click to expand...
I apologize. -louie Cor Ligthert said: Lou, That is the method for a columnheader font on a DataGrid, not a font in a DataGrid view column. In my idea are you making it people who search in this newsgroup on Google very difficult to find answers doing like you do. Cor Click to expand...