C#中listBox修改每項的高度

1、找到listbox的屬性修改「DrawMode」爲「OwerDrawVariable」;修改「ItemHeight」的值爲你要設置的每列的高度,圖中設置爲「20」 2、點擊「事件」找到「DrawItem」雙擊進入cs文件的代碼塊,編寫代碼設置每列的屬性: private void lb_log_DrawItem(object sender, DrawItemEventArgs e)     
相關文章
相關標籤/搜索