Fix ListBox overflow on high DPI

This commit is contained in:
剧毒的KCN
2024-09-07 21:16:33 +08:00
parent b37016a49c
commit 5b370ca376
17 changed files with 58 additions and 10 deletions

View File

@@ -154,6 +154,7 @@
resources.ApplyResources(this.ListSubAttributionChecked, "ListSubAttributionChecked");
this.ListSubAttributionChecked.FormattingEnabled = true;
this.ListSubAttributionChecked.Name = "ListSubAttributionChecked";
this.ListSubAttributionChecked.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.ListSubAttributionChecked_MeasureItem);
this.ListSubAttributionChecked.SelectedIndexChanged += new System.EventHandler(this.ListSubAttributionChecked_SelectedIndexChanged);
//
// LblArtifactLevel