Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ListView : blinking a row ?

Status
Not open for further replies.

youssef

Programmer
Mar 13, 2001
96
BE
Hi, I looking for :
1/ blinking a Row of ListView;
2/ Show the last row inserted in the ListView when inserted a rnew row.

Best Regards
 
1. You can implement this feature using a timer and make it flashing. For example, changing the color or border of the item.
2. Call EnsureVisible( int index ) if you want automatically an item to be viewed even it is not in the viewable area.
-obislavu-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top