This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
似乎该组的字体大小不遵循 ListView 的字体大小。如何更改字体大小和颜色?
MyListView.BeginUpdate();
MyListView.Items.Clear();
var lg = new ListViewGroup("Group Test");
lg.Subtitle = "Does this work?";
MyListView.Groups.Add(lg);