mark2004 Posted December 7, 2006 Posted December 7, 2006 When I create a list view with say 3 columns, there is always an additional column or at least header space that appears like an additional column. Resizing the columns by padding spaces in the GUICtrlCreateListView definition doesn't help this. Once the list view is created, you can manually go in and resize the columns with the mouse so that the 3rd column goes all the way to the right side of the list view. Is there any way to make this happen automatically when creating a list view. I need that little bit of extra space on the right end..... Thanks.
The Kandie Man Posted December 7, 2006 Posted December 7, 2006 #Include <GuiListView.au3> _GUICtrlListViewSetColumnWidth($h_listview, 0, $LVSCW_AUTOSIZE) This function can be found under listview under user defined functions. "So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire
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