readmedottxt 1 Posted October 6, 2010 I can alternate the background and foreground color of lines but I can't get GuiCtrlSetFont to change any properties of the text. Is it a limitation or have I made an error? $listitem[$i] = GUICtrlCreateListViewItem($item[$i][3] & "|" & $item[$i][4] & "|" & $item[$i][5] & "|" & $item[$i][1] & "|" & $item[$i][2] & "|" & $item[$i][0], $subListView) if StringInStr($item[$i][4], "example") > 0 Then GUICtrlSetFont($listitem, 8.5, 800) EndIf Share this post Link to post Share on other sites
KaFu 295 Posted October 6, 2010 Take a look at this thread in the examples section. OS: Win10-1909 - 64bit - German, AutoIt Version: 3.3.14.5, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2019-Dec-21) BIC - Batch-Image-Cropper (2019-Dec-11) COP - Color Picker (2009-May-21) HMW - Hide my Windows (2018-Sep-16) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2019-Dec-07) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Share this post Link to post Share on other sites