haroldjclements
Freshman
- Joined
- Jun 13, 2004
- Messages
- 46
Hello all,
Does anyone know how to adjust the width of your columns when using a ListView object?
For some reason I through that the -2 dictated the column width. However if I adjust this (either way) it just makes the width smaller.
Any ideas with be gratefully received.
Harold Clements
Does anyone know how to adjust the width of your columns when using a ListView object?
Code:
listView1.get_Columns().Add("Description", -2, HorizontalAlignment.Left);
For some reason I through that the -2 dictated the column width. However if I adjust this (either way) it just makes the width smaller.
Any ideas with be gratefully received.
Harold Clements