May i append a text column to a hyperlink column in DataGridView? I have two columns, column1 is hyperlink, column2 is text column, may I append column2 to column1, so that they may display as one ...
在做dgv,给代码实现列格式。 现在我想给单独一列中的字体改变,直接在add中添加 在VS的UI界面设置中,有defaultCellstyle,里面是一大块设置的地方。 但是在designer.cs中找不到。 从界面里copy出来的是这个。 DataGridViewCellStyle { BackColor=Color [ButtonHighlight], ForeColor=Color ...