mcgill Posted September 18, 2006 Posted September 18, 2006 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)
GaryFrost Posted September 18, 2006 Posted September 18, 2006 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.
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