Kiesp 0 Posted September 7, 2010 I was just wondering if you can make a new line in one of the items in a _GUICtrlListBox. I made the item double size using _GUICtrlListBox_SetItemHeight but i would really like to make it use the extra space. Is it possible ? Greets Kiesp http://www.autoitscript.com/forum/index.php?showtopic=69911 <-- Best hacker ever :D Share this post Link to post Share on other sites
PsaltyDS 42 Posted September 7, 2010 If you mean make one item take up two lines, then NO. Not in that control class. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
Kiesp 0 Posted September 7, 2010 If you mean make one item take up two lines, then NO. Not in that control class.ya.. thats sorta what i meant.Is there any other way to make something that would look similar ? http://www.autoitscript.com/forum/index.php?showtopic=69911 <-- Best hacker ever :D Share this post Link to post Share on other sites
PsaltyDS 42 Posted September 7, 2010 Why not just a multi-line Edit control? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
Kiesp 0 Posted September 7, 2010 i guess that could work.. The reason why i want it to be a listbox or similar is because that way im able to select the individual items i put it.. i guess that i will just have to live without that http://www.autoitscript.com/forum/index.php?showtopic=69911 <-- Best hacker ever :D Share this post Link to post Share on other sites
PsaltyDS 42 Posted September 7, 2010 Another possibility would be to monitor messages for mouse-over of the item and pop a tool tip with the full text info you wanted for that item. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites