Announcement

Collapse
No announcement yet.

How to apply properties to specific items in Listbox ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to apply properties to specific items in Listbox ?

    Hello everyone,
    I have a question that I really want to know the answer;
    I'm working on a project where i want to be able to apply properties
    to specific items in Listbox.
    I've written this code:

    Code:
    tbProperty = {};
    tbProperty .FontStrikeout = true;
    ListBox.SetProperties("ListBox1", tbProperty);
    But it works on all items, I've 5 items & I want to make the 1st,3rd and 5th are Strikeout. How Can I ?
    Any help would be great as I'm in the beginner level still.

    Thanks

  • #2
    Any help please ?

    Comment


    • #3
      Have a look around for the ListBoxEx this gives you more freedom I don't think you can theme single inputs on the default ListBox
      Plugins or Sources MokoX
      BunnyHop Here

      Comment


      • #4
        thank you kingzooly, i get the listboxEx object plugin and i'm going to try it

        Comment

        Working...
        X