Hi I have a command button that I press and loads data into list view, but I am trying to resize the Columns cos some of the text is not showing I used this at the end of the code
I even tried with -1 and it not working.
funny thing is if I put the code in some other command button then click it re-sizes. I don;t under stand why i won't work at the end of my code in the first command button.
Code:
'Fix col sizes.
LstItems.Columns(1).Width = -2
LstItems.Columns(2).Width = -2funny thing is if I put the code in some other command button then click it re-sizes. I don;t under stand why i won't work at the end of my code in the first command button.