Jump to content

Recommended Posts

  • 6 years later...
Posted
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?

Posted

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');

 

Screenshot_23.jpg

Screenshot_24.jpg

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...