Home > Net >  How to set up in c # the listview control ColumnsHeader name and font size
How to set up in c # the listview control ColumnsHeader name and font size

Time:10-20

Hello, everyone,
I am a novice, want to ask how to set up the listview control in c # under the name of the font and size of ColumnsHeader,

CodePudding user response:

ColumnHeader ch=new ColumnHeader ();
Ch. Width=100;
Ch. Text="name";

CodePudding user response:

Refers to the font size, color and background color properties
  •  Tags:  
  • C#
  • Related