Jump to content

Listview column width problem


mcgill
 Share

Recommended Posts

Can anyone help me out with a listview style problem. I am trying to list the entire length of the data I import into the listview. It imports in the listview no problem but I want the column lengths to be the length of the data it imports. I have tried a bunch of styles, no luck, help would be appreciated

$listview3 = GUICtrlCreateListView("Application Name:|Application Path:", 10, 35, 430, 210)

Link to comment
Share on other sites

Can anyone help me out with a listview style problem. I am trying to list the entire length of the data I import into the listview. It imports in the listview no problem but I want the column lengths to be the length of the data it imports. I have tried a bunch of styles, no luck, help would be appreciated

$listview3 = GUICtrlCreateListView("Application Name:|Application Path:", 10, 35, 430, 210)

look in the help file for _GUICtrlListViewSetColumnWidth

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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