winforms - Any way of Stopping an automatic resize of a listview column? -


i've created listform columns

date, type, category , details

. populating list i'm using .items.add method. far good.

i went far set sizes each column in order there being no "..." displayed.

the problem though first column somehow not use size set, instead displayed narrower date (datetime.tostring() data) displayed "2017-08-18 ...".

can somehow stop auto resize?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -