This is a migrated thread and some comments may be shown as answers.

Can we get a .rlbLast?

1 Answer 34 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 19 Oct 2010, 09:11 PM
I need to style the last item in the list differently than the other items in the List (needs a dropshadow)

Would you guys be able to add that as a feature request?

Steve

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 21 Oct 2010, 09:58 AM
Hello Steve,

Currently we don't have plans to add "rlbLast" css class. I'll log this request and it will be considered.  For now you can manually add the class like this:

RadListBox1.Items[RadListBox1.Items.Count - 1].CssClass = "rlbLast";


Greetings,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ListBox
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Yana
Telerik team
Share this question
or