Sky Software Homepage LogicNP Software Knowledge Base And FAQ

 
Contact Product Support    SearchSearch      Subscribe to the RSS feed for this forum

HOWTO: Scroll FileView so that a particular item becomes visible

 
Subscribe to the RSS feed for this forum  Forum Index -> FileView.Net/WPF
View previous topic :: View next topic  
Author Message
Support



Joined: 18 Jul 2005
Posts: 731

Posted: Fri Aug 01, 2008 5:32 am    Post subject: HOWTO: Scroll FileView so that a particular item becomes visible

Use the following code to scroll a particular item into view to make it visible :

[C#]
fileView1.FirstSelectedItem.EnsureVisible();

[VB.Net]
fileView1.FirstSelectedItem.EnsureVisible()
Back to top
Display posts from previous:   
Forum Index -> FileView.Net/WPF All times are GMT
Page 1 of 1

 
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group