izotope Posted April 14, 2015 Posted April 14, 2015 Please share way to add icons to the list item Thanks! Quote
zilav Posted April 14, 2015 Posted April 14, 2015 Drop images in files folder, add to the item's text <img src="files/image1.png" />Item 1 Quote
Tonivi Posted February 16, 2022 Posted February 16, 2022 On 4/14/2015 at 9:25 PM, zilav said: Drop images in files folder, add to the item's text <img src="files/image1.png" />Item 1 Where do I have to add this code? Quote
x11 Posted February 16, 2022 Posted February 16, 2022 use awesome font copy html code like "<i class="fas fa-align-left"></i> you text" or "<i class="fas fa-align-left">you text</i>" uniListBox1.Items.Add('<i class="fas fa-address-book"></i> item 1'); uniListBox1.Items.Add('<i class="fas fa-air-freshener"></i> item 2'); uniListBox1.Items.Add('<i class="fas fa-align-left"></i> item 3'); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.