Add Listgroup icons

Hi,

Is there a way to add an icon to Bootstrap Listgroup items?

Thanks

What kind of icon? The same for all lines, or different ones for each line?

Just a few of the common icons like the arrows etc. like shown here https://useiconic.com/open.

Only some lines need a icon. If that is not possible, having them on all lines should also be ok.

Thanks

It’s in the next build, coming in the next few days.

Great, look forward to this.

I’m looking for this, I’m changing jqm to bootstrap4 list group and I want a right arrow for all items, is this available already?

Thanks

The icon is called arrow-right.

You need to put it into the icons property in the Property Grid, repeating it once for each line.

But once it is filled programatically, how to set icons?

For i = 0 To 364
    lstReading.addItem(books(i,0))     
Next  

Thanks

There is no easy way to do this at Runtime.

If I create the Items in design time, set the Icon then I change the text of line as per example at runtime, the icon property seems to be resseted and the Icon desappear :frowning: You could allow us to change the icon property at runtime :slight_smile:

Has this changed? I used the same custom icon for each list line in jqm. Can I do this now with Listgroup?

Is there a way to use jqxListMenu?

The AppStudio Toolbox does not have a definition for this control. Contact us offline if you would like this added.

You can also use it by including the libraries and CSS for it in the project yourself.