ChrisS85 / CGUI

An object-oriented GUI library for AutoHotkey
22 stars 19 forks source link

listview.ModifyCol auto resize #28

Closed infogulch closed 12 years ago

infogulch commented 12 years ago

Calling ModifyCol() on a listview control does not resize all columns, and if you specify a column number it deletes the column title and doesn't resize its contents.

ChrisS85 commented 12 years ago

This should not happen anymore, atleast I could not reproduce it. Let me know if this issue is still there.