Jump to content

Recommended Posts

Posted

Yes, use something like:

GUICtrlSendMsg($hGUIUserList, $LVM_SETCOLUMNWIDTH, 0, $LVSCW_AUTOSIZE_USEHEADER)
Parameter 1 is the handle to the ListView control, Parameter 3 is the columnnumber and parameter 4 can be either $LVSCW_AUTOSIZE_USEHEADER or $LVSCW_AUTOSIZE.

Or use

_GUICtrlListView_SetColumnWidth($hWnd, $iCol, $iWidth)

My UDFs and Tutorials:

  Reveal hidden contents

 

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...