Hi @BenTam-3003 , Welcome to Microsoft Q&A,
After my test,
You probably have adaptive width enabled somewhere.
For example:
listView.AutoResizeColumns(ColumnHeaderAutoResizeStyle.HeaderSize);
It is very likely that you made the listview adaptive to the matrix.
try setting it manually
listView.Columns[0].Width = 465;
This way it turns off autoresize。
Best Regards,
Jiale
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.