*On Mouse Enter Event Paste the below Code*
ListView.ListViewItemCollection col= this.listView1.Items;
for (int i = 0; i <= col.Count - 1; i++)
{
col[i].Font = new Font("Arial", 40);
}
*On Mouse Leave Envet write this code*
ListView.ListViewItemCollection col= this.listView1.Items;
for (int i = 0; i <= col.Count - 1; i++)
{
col[i].Font = new Font("Arial", 20);
}
On Thu, Dec 11, 2008 at 1:14 PM, vinu <[email protected]> wrote:
>
> hi
>
> can any one tell me as on moving mouse ovr the text, the textwill
> increase e size fo(eg),on movng mouseove the listview the text should
> increase the size from 20 to 40 and on taking mouse backthe text will
> go to 20 from 40 size,,
> thankyou in advance fo all
>
--
Muhammad Arif
Software Engineer
+923009347315