oviradoi Posted March 20, 2006 Posted March 20, 2006 Hello I have been trying to make a GUI with a list view with 1 single big column, named "Message". If I append spaces to it, it will only get about half as the size I want it to get (I want it to be about 400px, it will get about 200 or less px and will show me "Message ...", instead of message and being 400px big). Please tell me how to resize it so it will get as big as the whole list view control.
GaryFrost Posted March 20, 2006 Posted March 20, 2006 GUICtrlSendMsg($h_listview, 0x101E, 0, 400) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
oviradoi Posted March 27, 2006 Author Posted March 27, 2006 Thanks. It works. Is there a table with all those values and what they do somewhere? Please let me know if there is Thanks again
Moderators SmOke_N Posted March 27, 2006 Moderators Posted March 27, 2006 Thanks. It works.Is there a table with all those values and what they do somewhere?Please let me know if there isThanks againIn your GUIListView.au3 (#include file)Global Const $LVM_SETCOLUMNWIDTH = 0x101E Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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