sandyd Posted July 24, 2006 Posted July 24, 2006 Hi all, Is there a command that can autosize all the columns of a listview once all the cells have populated? ----[ SandyD ]---
HighGuy Posted July 24, 2006 Posted July 24, 2006 (edited) Hi all,Is there a command that can autosize all the columns of a listview once all the cells have populated?Have a look at _GUICtrlListViewSetColumnWidth() in the help file and use $LVSCW_AUTOSIZE for the width. Edited July 24, 2006 by HighGuy
sandyd Posted July 24, 2006 Author Posted July 24, 2006 Perfect, just what I needed. Added to my Snippets! ----[ SandyD ]---
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