TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
try abc
1.4k
306
486.5k
Listview.TopItem is Very slow on First Execution
May 23 2009 3:54 AM
Hello.. i am Using listview to Fill data from database. and selecting Item in listview through Coding. Now then want to highlight selected the selected One.. for that I am using following code.. lstv.Items[ItemName].Selected = true; lstv.Items[ItemName].Focused = true; lstv.TopItem = lstv.Items[ItemName]; but the following statement takes too much time to execute for the First time Only. next time its is Normally.. lstv.TopItem = lstv.Items[ItemName]; I dont know what s Going wrong ??if anybody can help..
Reply
Answers (
0
)
About axwindowsmediaplayer in C# windows application
Problem with XmlTextWriter