yair 0 Posted April 24, 2010 hi, i would like to have a script that will "shrink" (auto-resize)a folder window based on the amount of files/folders in it. example: from this> to this> any pointers? Share this post Link to post Share on other sites
Yoriz 6 Posted April 24, 2010 (edited) you could use _GUICtrlListView_ApproximateViewRect to find what size the listview control would need to be and then resize it, and the parent window to suit. Edited April 24, 2010 by Yoriz GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF. Share this post Link to post Share on other sites