Jump to content

ListView Column Widths


Recommended Posts

How can i modify column widths for a list view control?

#Include <GuiListView.au3>
_GUICtrlListViewSetColumnWidth ( $h_listview, $i_col, $i_width )
$h_listview control id/control hWnd 
$i_col Zero-based index of a valid column. For list-view mode, this parameter must be set to zero 
$i_width New width of the column, in pixels.

See how that goes :shocked:

Link to comment
Share on other sites

  • Developers

It seems I missed the _GUI keyword set in the help file. Yes that is what I am after thank you!

Which Helpfile ?

All command starting with _ are UDF's are listed separately in the helpfile... but they are all shown together in the Index.

:shocked:

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

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