المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Selected ListViewItem



C# Programming
04-26-2009, 11:13 PM
I have created ListView With Up and Down buttion. It moves items through list.
I Created as First it removes and then insert it in diffrent ********.

I Have tried using ListView.Items[0].Selected and ListView.Items[0].Focused to true.
The items contiune up whenever i click up, but the selected bar dissapers. How can i correct that issue?

Thanks In Advance