Tippex Posted July 14, 2008 Posted July 14, 2008 Please can anyone advise me on how to setup a listview field to "maximised display" such that when it is displayed it will show the full contents and not be truncated with "..."? Thank you in advance, Tippex
Zedna Posted July 14, 2008 Posted July 14, 2008 LVM_SETCOLUMNWIDTH with LVSCW_AUTOSIZE as width GUICtrlSendMsg($ListView1, $LVM_SETCOLUMNWIDTH, $column_index, $LVSCW_AUTOSIZE) Resources UDF ResourcesEx UDF AutoIt Forum Search
Tippex Posted July 14, 2008 Author Posted July 14, 2008 LVM_SETCOLUMNWIDTH with LVSCW_AUTOSIZE as width GUICtrlSendMsg($ListView1, $LVM_SETCOLUMNWIDTH, $column_index, $LVSCW_AUTOSIZE) Thanks, I'll give that a go! muttley
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now