Jump to content

Recommended Posts

Posted

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.

  • Moderators
Posted

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

In 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.

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
×
×
  • Create New...