Jump to content

Recommended Posts

Posted

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

Posted

LVM_SETCOLUMNWIDTH with LVSCW_AUTOSIZE as width

GUICtrlSendMsg($ListView1, $LVM_SETCOLUMNWIDTH, $column_index, $LVSCW_AUTOSIZE)

Thanks, I'll give that a go! muttley

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...