mattw112 Posted August 31, 2007 Posted August 31, 2007 I have a list view in a GUI, when I resize the gui I can use "GUICtrlListViewSetColumnWidth" to make it grow width wise, but how do I get it to grow height wise? I dont see a GUICtrlListViewSetColumnHeight? I know probably a dumb question, does it have to do with the list view settings I use? Anyway it looks fine when it comes up but if I maximize it the list view part stays the same height?? Thanks, Terry
ChrisL Posted August 31, 2007 Posted August 31, 2007 Does this work? GUICtrlSetResizing ($listview,$GUI_DOCKAUTO) [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
mattw112 Posted August 31, 2007 Author Posted August 31, 2007 Nope. I was using \ GUICtrlSetResizing($ListView, $GUI_DOCKBORDERS) Which didn't work either? Terry
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