
Announcement
Collapse
No announcement yet.
How to apply properties to specific items in Listbox ?
Collapse
X
-
thank you kingzooly, i get the listboxEx object plugin and i'm going to try it
-
-
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
Leave a comment:
-
-
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);
Any help would be great as I'm in the beginner level still.
ThanksTags: None
-
Leave a comment: