In a listbox, how can you strike set the strikethrough property for individual rows? I can see how to do so for the entire box, but not for single items. For example, if displaying days of the week, weekends might be crossed out while others remain visible.
Thankslistboxname.Font.Strikethrough = True